Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
weweweok committed Nov 23, 2023
1 parent 2ab7293 commit d16f8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ."
},
Expand Down

0 comments on commit d16f8bb

Please sign in to comment.