fix(editor): Ensure all static assets are accessible from the server (#10062)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-15 17:10:33 +02:00
committed by GitHub
parent ef8c867ec7
commit 3bde8453ef
10 changed files with 5 additions and 4 deletions

View File

@@ -334,6 +334,7 @@ export class Server extends AbstractServer {
// Route all UI urls to index.html to support history-api
const nonUIRoutes: Readonly<string[]> = [
'favicon.ico',
'assets',
'static',
'types',