Application release

This commit is contained in:
github-actions[bot]
2025-11-06 02:22:01 +00:00
parent 3f64903e70
commit bd18efea37
13 changed files with 34 additions and 27 deletions

View File

@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/static/css/main.1b5d65c4.css",
"main.js": "/static/js/main.92232762.js",
"main.css": "/static/css/main.b2814c18.css",
"main.js": "/static/js/main.58851a5b.js",
"index.html": "/index.html",
"main.1b5d65c4.css.map": "/static/css/main.1b5d65c4.css.map",
"main.92232762.js.map": "/static/js/main.92232762.js.map"
"main.b2814c18.css.map": "/static/css/main.b2814c18.css.map",
"main.58851a5b.js.map": "/static/js/main.58851a5b.js.map"
},
"entrypoints": [
"static/css/main.1b5d65c4.css",
"static/js/main.92232762.js"
"static/css/main.b2814c18.css",
"static/js/main.58851a5b.js"
]
}

View File

@@ -1 +1,2 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Bitwise Calculator. Visualised Bitwise Operations."><meta property="og:url" content="http://bitwisecmd.com"/><meta property="og:type" content="website"/><meta property="og:title" content="BitwiseCmd"/><meta property="og:description" content="Free Text Online Bitwise Calculator"/><meta property="og:image" content="http://bitwisecmd.com/img/social-avatar.png"/><link rel="manifest" href="/manifest.json"/><title>BitwiseCmd</title><script defer="defer" src="/static/js/main.92232762.js"></script><link href="/static/css/main.1b5d65c4.css" rel="stylesheet"></head><script async src="https://www.googletagmanager.com/gtag/js?id=G-H9EVNH8GNZ"></script><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" style="height:100%"></div><script type="text/javascript" src="analytics.js"></script></body></html>
<!-- Commit: 8a391271975ca2eea9418bfae3a73fbbc14b47d5 -->
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Bitwise Calculator. Visualised Bitwise Operations."><meta property="og:url" content="http://bitwisecmd.com"/><meta property="og:type" content="website"/><meta property="og:title" content="BitwiseCmd"/><meta property="og:description" content="Free Text Online Bitwise Calculator"/><meta property="og:image" content="http://bitwisecmd.com/img/social-avatar.png"/><link rel="manifest" href="/manifest.json"/><title>BitwiseCmd</title><script defer="defer" src="/static/js/main.58851a5b.js"></script><link href="/static/css/main.b2814c18.css" rel="stylesheet"></head><script async src="https://www.googletagmanager.com/gtag/js?id=G-H9EVNH8GNZ"></script><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" style="height:100%"></div><script type="text/javascript" src="analytics.js"></script></body></html>

2
server.log Normal file
View File

@@ -0,0 +1,2 @@
(node:2386) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>http://bitwisecmd.com/</loc>
<lastmod>2015-04-08T11:00:53+00:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>http://bitwisecmd.com/</loc>
<lastmod>2015-04-08T11:00:53+00:00</lastmod>
<changefreq>weekly</changefreq>
</url>
</urlset>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,8 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
/*!
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2024 Fonticons, Inc.
*/
/**
* @license React

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long