diff --git a/wrangler.toml b/wrangler.toml index 9934546..61b6fa6 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "nodewarden" +name = "nodewarden-372" 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/*"] }