mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
20 lines
460 B
TOML
20 lines
460 B
TOML
name = "nodewarden"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2024-01-01"
|
|
|
|
[assets]
|
|
directory = "./dist"
|
|
not_found_handling = "single-page-application"
|
|
run_worker_first = [ "/api/*", "/identity/*", "/icons/*", "/setup/*", "/config", "/notifications/*", "/.well-known/*" ]
|
|
|
|
[build]
|
|
command = "npm run build"
|
|
|
|
[[d1_databases]]
|
|
binding = "DB"
|
|
database_name = "nodewarden-db"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "ATTACHMENTS_KV"
|
|
id = "5441c718d39e49229fc9c0e5ca0eff8f"
|