Skip to content

Commit

Permalink
🔧 Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 23, 2023
1 parent fdb1c1e commit 00b4cbf
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 @@ -48,8 +48,8 @@
"cache": "deno task manage cache -d",
"cache:clean": "deno task manage cache -d -c",
"cache:prod": "deno task manage cache",
"deploy": "deployctl deploy --project=duofiction --exclude=.git,node_modules,.env,.tmp,bin,.github,prettier-config.mjs,scripts.config.ts main.ts",
"deploy:prod": "deployctl deploy --prod --project=duofiction --exclude=.git,node_modules,.env,.tmp,bin,.github,prettier-config.mjs,scripts.config.ts main.ts",
"deploy": "deployctl deploy --project=duofiction --exclude=.git,node_modules,.env,.tmp,bin,.github,prettier-config.mjs,scripts.config.ts duofiction.main.ts",
"deploy:prod": "deployctl deploy --prod --project=duofiction --exclude=.git,node_modules,.env,.tmp,bin,.github,prettier-config.mjs,scripts.config.ts duofiction.main.ts",
"generate:manifest": "deno task manage generate manifest --dir=routes --file=duofiction.manifest.ts",
"manage": "deno run --allow-all bin/manage.ts",
"start": "deno task generate:manifest && denon start"
Expand Down

0 comments on commit 00b4cbf

Please sign in to comment.