Skip to content

Commit

Permalink
add prod start command
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Dec 22, 2024
1 parent 93d7721 commit c6bb45e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"start": "nx serve",
"start:api": "nx serve api",
"start:geo-ip-api": "nx serve geo-ip-api",
"start:geo-ip-api:prod": "node dist/apps/geo-ip-api/main.js",
"start:worker": "nx serve jetstream-worker",
"start:landing": "nx dev landing",
"start:docs": "cd apps/docs && yarn start",
Expand Down

0 comments on commit c6bb45e

Please sign in to comment.