diff --git a/deno.json b/deno.json index 44b6910..312c75d 100644 --- a/deno.json +++ b/deno.json @@ -2,8 +2,8 @@ "lock": false, "tasks": { "check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx", - "start": "deno run -A --watch=static/,routes/ dev.ts utility.ts", - "build": "deno run -A dev.ts build", + "start": "deno run -A --unstable --watch=routes/ dev.ts utility.ts", + "build": "deno run -A --unstable --watch=dev.ts utility.ts build", "preview": "deno run -A main.ts", "update": "deno run -A -r https://fresh.deno.dev/update ." },