Skip to content

Commit

Permalink
Add Windows specific env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweekism committed Aug 9, 2024
1 parent ec07ac5 commit ee27dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Jannis Baum",
"scripts": {
"dev": "VIV_TIMEOUT=0 VIV_PORT=3000 NODE_ENV=development nodemon --exec node --loader ts-node/esm src/app.ts",
"win-dev": "nodemon --exec node --loader ts-node/esm src/app.ts",
"win-dev": "set VIV_TIMEOUT=0& set VIV_PORT=3000& set NODE_ENV=development& nodemon --exec node --loader ts-node/esm src/app.ts",
"viv": "VIV_PORT=3000 node --loader ts-node/esm src/app.ts",
"lint": "eslint src static",
"lint-markdown": "markdownlint-cli2 --config .github/.markdownlint-cli2.yaml",
Expand Down

0 comments on commit ee27dbf

Please sign in to comment.