mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: update development and deployment scripts to include build step; refactor navigation links in AppAuthenticatedShell component
This commit is contained in:
@@ -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 * * * *" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user