@gallop.software/studio 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
12
12
|
}
|
|
13
13
|
</style>
|
|
14
|
-
<script type="module" crossorigin src="/assets/index-
|
|
14
|
+
<script type="module" crossorigin src="/assets/index-BRIRRA5r.js"></script>
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
<div id="root"></div>
|
package/dist/server/index.js
CHANGED
|
@@ -2295,7 +2295,7 @@ async function startServer(options) {
|
|
|
2295
2295
|
app.post("/api/studio/cdns", wrapHandler(handleUpdateCdns));
|
|
2296
2296
|
app.post("/api/studio/generate-favicon", wrapHandler(handleGenerateFavicon, true));
|
|
2297
2297
|
app.delete("/api/studio/delete", wrapHandler(handleDelete));
|
|
2298
|
-
app.use(
|
|
2298
|
+
app.use(express.static(join(workspace, "public")));
|
|
2299
2299
|
const clientDir = resolve(__dirname, "../client");
|
|
2300
2300
|
app.get("/", (req, res) => {
|
|
2301
2301
|
const htmlPath = join(clientDir, "index.html");
|