Skip to content

Commit

Permalink
integrate to engine server
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeeekay committed Jul 24, 2023
1 parent 4ad15de commit 7a62ef4
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 4 deletions.
6 changes: 3 additions & 3 deletions engine/server/webapp/asset-manifest.json
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/static/css/main.d54b116d.css",
"main.js": "/static/js/main.d15feaab.js",
"main.js": "/static/js/main.b9524d50.js",
"index.html": "/index.html",
"main.d54b116d.css.map": "/static/css/main.d54b116d.css.map",
"main.d15feaab.js.map": "/static/js/main.d15feaab.js.map"
"main.b9524d50.js.map": "/static/js/main.b9524d50.js.map"
},
"entrypoints": [
"static/css/main.d54b116d.css",
"static/js/main.d15feaab.js"
"static/js/main.b9524d50.js"
]
}
2 changes: 1 addition & 1 deletion engine/server/webapp/index.html
@@ -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"/><title>Kurtosis Frontend</title><script defer="defer" src="/static/js/main.d15feaab.js"></script><link href="/static/css/main.d54b116d.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"/><title>Kurtosis Frontend</title><script defer="defer" src="/static/js/main.b9524d50.js"></script><link href="/static/css/main.d54b116d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions engine/server/webapp/static/js/main.b9524d50.js

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions engine/server/webapp/static/js/main.b9524d50.js.LICENSE.txt
@@ -0,0 +1,63 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @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.
*/

/**
* @remix-run/router v1.7.1
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.14.1
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
1 change: 1 addition & 0 deletions engine/server/webapp/static/js/main.b9524d50.js.map

Large diffs are not rendered by default.

0 comments on commit 7a62ef4

Please sign in to comment.