Skip to content

Commit

Permalink
chore: update deno deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi-best committed Dec 3, 2024
1 parent 11eb4a6 commit c25272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"fe:serve": "deno run --allow-net --allow-read jsr:@std/http@1/file-server dist/",
"be:dev": "deno run --allow-all --watch --env-file server.ts",
"be:scrape": "deno run --allow-all --env-file utils/scrape/index.ts",
"be:deploy": "deployctl deploy --env-file=.env --prod --project=naijastars-api --exclude=./node_modules --exclude=./dist --exclude=./src --exclude=./.vite main.ts"
"be:deploy": "deployctl deploy --prod --env-file=.env --project=naijastars-api --exclude=./node_modules --exclude=./dist --exclude=./src --exclude=./.vite main.ts"
},
"compilerOptions": {
"lib": ["ES2020", "DOM", "DOM.Iterable"]
Expand Down

0 comments on commit c25272c

Please sign in to comment.