feat: update development and deployment scripts to include build step; refactor navigation links in AppAuthenticatedShell component

This commit is contained in:
shuaiplus
2026-05-07 22:23:39 +08:00
parent 6cc6e94b91
commit 0c1ab3db48
5 changed files with 41 additions and 205 deletions
-15
View File
@@ -2,27 +2,12 @@ name = "nodewarden"
main = "src/index.ts"
compatibility_date = "2024-01-01"
[observability]
enabled = false
[observability.logs]
enabled = true
head_sampling_rate = 1
persist = true
invocation_logs = true
[observability.traces]
enabled = false
[assets]
binding = "ASSETS"
directory = "./dist"
not_found_handling = "single-page-application"
run_worker_first = false
[build]
command = "npm run build"
[triggers]
crons = [ "*/5 * * * *" ]