Skip to content

Commit

Permalink
chore: update build files (#1169)
Browse files Browse the repository at this point in the history
## Description:
There was a minor debugging logging change that didn't make it into the
build files of [this
PR](#1166) (i.e. the code
change made it. but the build wasn't updated to include it). I am
rebuilding it here to include the latest.

## Is this change user facing?
NO
<!-- If yes, please add the "user facing" label to the PR -->
<!-- If yes, don't forget to include docs changes where relevant -->

## References (if applicable):
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
  • Loading branch information
adschwartz committed Aug 28, 2023
1 parent ad27761 commit 62c36a4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion engine/frontend/src/App.js
Expand Up @@ -2,7 +2,7 @@ import './App.css';
import Home from './component/Home';

const App = () => {
console.log("Enclave Manager version: 2023-08-28-1")
console.log("Enclave Manager version: 2023-08-28-2")
return (
<div className="h-screen w-screen">
<Home/>
Expand Down
6 changes: 3 additions & 3 deletions engine/server/webapp/asset-manifest.json
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "./static/css/main.1b4a0c1e.css",
"main.js": "./static/js/main.24749acf.js",
"main.js": "./static/js/main.7fc5f6a9.js",
"index.html": "./index.html",
"main.1b4a0c1e.css.map": "./static/css/main.1b4a0c1e.css.map",
"main.24749acf.js.map": "./static/js/main.24749acf.js.map"
"main.7fc5f6a9.js.map": "./static/js/main.7fc5f6a9.js.map"
},
"entrypoints": [
"static/css/main.1b4a0c1e.css",
"static/js/main.24749acf.js"
"static/js/main.7fc5f6a9.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 Enclave Manager</title><script defer="defer" src="./static/js/main.24749acf.js"></script><link href="./static/css/main.1b4a0c1e.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 Enclave Manager</title><script defer="defer" src="./static/js/main.7fc5f6a9.js"></script><link href="./static/css/main.1b4a0c1e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1 change: 0 additions & 1 deletion engine/server/webapp/static/js/main.24749acf.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions engine/server/webapp/static/js/main.7fc5f6a9.js.map

Large diffs are not rendered by default.

0 comments on commit 62c36a4

Please sign in to comment.