diff --git a/npmextra.json b/npmextra.json index 974b191..f7cbf6a 100644 --- a/npmextra.json +++ b/npmextra.json @@ -20,14 +20,13 @@ "bundler": "esbuild", "production": true, "watchPatterns": ["./ts_web/**/*", "./html/**/*"], - "triggerReload": true, "includeFiles": [{"from": "./html/index.html", "to": "index.html"}] } ], "watchers": [ { "name": "backend", - "watch": "./ts/**/*", + "watch": ["./ts/**/*", "./ts_interfaces/**/*", "./ts_bundled/**/*"], "command": "deno run --allow-all mod.ts server", "restart": true, "debounce": 500,