Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make paths relative to support embedding in other contexts #1151

Merged
merged 3 commits into from Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions engine/frontend/package.json
Expand Up @@ -2,6 +2,7 @@
"name": "frontend",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@bufbuild/connect": "^0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion engine/frontend/public/index.html
Expand Up @@ -17,7 +17,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Kurtosis Frontend</title>
<title>Kurtosis Enclave Manager</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
12 changes: 6 additions & 6 deletions engine/server/webapp/asset-manifest.json
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/static/css/main.1b4a0c1e.css",
"main.js": "/static/js/main.289d437a.js",
"index.html": "/index.html",
"main.1b4a0c1e.css.map": "/static/css/main.1b4a0c1e.css.map",
"main.289d437a.js.map": "/static/js/main.289d437a.js.map"
"main.css": "./static/css/main.1b4a0c1e.css",
"main.js": "./static/js/main.06127201.js",
"index.html": "./index.html",
"main.1b4a0c1e.css.map": "./static/css/main.1b4a0c1e.css.map",
"main.06127201.js.map": "./static/js/main.06127201.js.map"
},
"entrypoints": [
"static/css/main.1b4a0c1e.css",
"static/js/main.289d437a.js"
"static/js/main.06127201.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.289d437a.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.06127201.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>
4 changes: 0 additions & 4 deletions engine/server/webapp/static/css/main.25a20be6.css

This file was deleted.