Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani committed Aug 25, 2023
1 parent 0d21904 commit 89ca7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"test": "tap test/**/*.test.js",
"start": "npx fastify start -l info app.js -p 8085",
"start": "npx fastify start -l info app.js -a 0.0.0.0 -p 8085",
"dev": "fastify start -l info -P app.js -a 0.0.0.0 -p 8085"
},
"keywords": [
Expand Down

0 comments on commit 89ca7b8

Please sign in to comment.