frontend: npm run build

This commit is contained in:
Mose Müller 2023-08-02 12:06:20 +02:00
parent 3352d34ec6
commit b26bce8556
9 changed files with 34 additions and 8 deletions

View File

@ -1,10 +1,13 @@
{ {
"files": { "files": {
"main.js": "/static/js/main.2a507024.js", "main.css": "/static/css/main.4da62354.css",
"main.js": "/static/js/main.d69e51b9.js",
"index.html": "/index.html", "index.html": "/index.html",
"main.2a507024.js.map": "/static/js/main.2a507024.js.map" "main.4da62354.css.map": "/static/css/main.4da62354.css.map",
"main.d69e51b9.js.map": "/static/js/main.d69e51b9.js.map"
}, },
"entrypoints": [ "entrypoints": [
"static/js/main.2a507024.js" "static/css/main.4da62354.css",
"static/js/main.d69e51b9.js"
] ]
} }

View File

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site displaying a pyDataInterface UI."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>pyDataInterface App</title><script defer="defer" src="/static/js/main.2a507024.js"></script></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"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site displaying a pyDataInterface UI."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>pyDataInterface App</title><script defer="defer" src="/static/js/main.d69e51b9.js"></script><link href="/static/css/main.4da62354.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

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,3 +1,11 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
/** /**
* @license React * @license React
* react-dom.production.min.js * react-dom.production.min.js
@ -37,3 +45,11 @@
* This source code is licensed under the MIT license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
*/ */
/**
* @mui/styled-engine v5.13.2
*
* @license MIT
* 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