diff --git a/wrangler.kv.toml b/wrangler.kv.toml index 2152fdd..b11672a 100644 --- a/wrangler.kv.toml +++ b/wrangler.kv.toml @@ -16,4 +16,3 @@ database_name = "nodewarden-db" [[kv_namespaces]] binding = "ATTACHMENTS_KV" -id = "5441c718d39e49229fc9c0e5ca0eff8f" diff --git a/wrangler.toml b/wrangler.toml index 57753f9..683e772 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,7 +1,11 @@ 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/*"] } + +[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"