Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-king-2000 committed Jul 22, 2023
1 parent 6522450 commit 6b32b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ language:
- npm
bootstrap:
- npm -g install pm2
command: nohup pm2-runtime start app.ts --interpreter="deno" --interpreter-args="run --allow-net --allow-read --allow-env" -i max
command: nohup pm2-runtime start "deno run app.ts --allow-net --allow-read" -i max
bun:
deps:
- npm
Expand Down

0 comments on commit 6b32b56

Please sign in to comment.