bump: update latest web package and integration devenv

This commit is contained in:
Zhongheng Liu 2024-05-12 13:23:10 +03:00
commit 8324f442f3
No known key found for this signature in database
10 changed files with 277 additions and 4 deletions

View file

@ -1,15 +1,15 @@
{
"files": {
"main.css": "/static/css/main.cc8ab164.css",
"main.js": "/static/js/main.a9c9ef19.js",
"main.js": "/static/js/main.7c6b7aac.js",
"static/media/placeholder.jpg": "/static/media/placeholder.7fd2b880a5558e1b1b67.jpg",
"static/media/menu.png": "/static/media/menu.b641b2ee66cc66c4507a.png",
"index.html": "/index.html",
"main.cc8ab164.css.map": "/static/css/main.cc8ab164.css.map",
"main.a9c9ef19.js.map": "/static/js/main.a9c9ef19.js.map"
"main.7c6b7aac.js.map": "/static/js/main.7c6b7aac.js.map"
},
"entrypoints": [
"static/css/main.cc8ab164.css",
"static/js/main.a9c9ef19.js"
"static/js/main.7c6b7aac.js"
]
}

View file

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>IRC application instance</title><script defer="defer" src="/static/js/main.a9c9ef19.js"></script><link href="/static/css/main.cc8ab164.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>IRC application instance</title><script defer="defer" src="/static/js/main.7c6b7aac.js"></script><link href="/static/css/main.cc8ab164.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,39 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

File diff suppressed because one or more lines are too long