mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: refactor setup handling and enhance asset serving with bootstrap integration
This commit is contained in:
+2
-1
@@ -3,9 +3,10 @@ main = "src/index.ts"
|
||||
compatibility_date = "2024-01-01"
|
||||
|
||||
[assets]
|
||||
binding = "ASSETS"
|
||||
directory = "./dist"
|
||||
not_found_handling = "single-page-application"
|
||||
run_worker_first = [ "/api/*", "/identity/*", "/icons/*", "/setup/*", "/config", "/notifications/*", "/.well-known/*" ]
|
||||
run_worker_first = true
|
||||
|
||||
[build]
|
||||
command = "npm run build"
|
||||
|
||||
Reference in New Issue
Block a user