Skip to content

Commit

Permalink
Merge pull request #58 from dzencot/deploy-fix
Browse files Browse the repository at this point in the history
fix fastify start
  • Loading branch information
dzencot committed Mar 30, 2022
2 parents 902fe71 + 959c09f commit 7196b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"test": "jest",
"prebuild": "rm -rf dist",
"build": "webpack",
"start": "fastify start server/plugin.js -l info -P"
"start": "fastify start server/plugin.js -l info -P -a 0.0.0.0"
},
"jest": {
"transform": {}
Expand Down

0 comments on commit 7196b1a

Please sign in to comment.