Skip to content

Commit

Permalink
fix(argument): argument for port
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklassundin committed Nov 4, 2024
1 parent bced12a commit 97b3b9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/server/web.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"start-full": "npm run update && git submodule update && npm test && npx nodemon run.js",
"dev": "clear; npm run update && npx nodemon -x NODE_ENV=development node run.js",
"dev-no-update": "clear; npx nodemon -x NODE_ENV=development node run.js",
"start-aws": "node run.js --port=3000",
"dev-inspect": "clear; npx nodemon -x node --inspect NODE_ENV=develoment run.js",
"static": "cp client/bundle.js static/bundle.js",
"webpack": "webpack --mode=development",
Expand Down

0 comments on commit 97b3b9c

Please sign in to comment.