diff --git a/wrangler.toml b/wrangler.toml index 9934546..080989c 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,6 +3,9 @@ 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 Database for storing vault data [[d1_databases]] binding = "DB"