feat: simplify asset serving and enhance bootstrap response handling

This commit is contained in:
shuaiplus
2026-03-19 00:52:58 +08:00
parent facd0ea5f7
commit 5ff322d809
5 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ enabled = false
binding = "ASSETS"
directory = "./dist"
not_found_handling = "single-page-application"
run_worker_first = true
run_worker_first = false
[build]
command = "npm run build"