Skip to content

Commit

Permalink
chore: update deno tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
linhub15 committed Oct 24, 2024
1 parent 38e2ad0 commit 156c1b5
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
@@ -1,8 +1,8 @@
{
"tasks": {
"dev": "deno run -A --watch=sr/static/,src/routes/ src/dev.ts",
"build": "deno run -A dev.ts build",
"start": "deno run -A main.ts",
"build": "deno run -A src/dev.ts build",
"start": "deno run -A src/main.ts",
"update": "deno run -A -r jsr:@fresh/update ."
},
"imports": {
Expand Down

0 comments on commit 156c1b5

Please sign in to comment.