Skip to content

Commit

Permalink
expose dev site to local network
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Oct 27, 2023
1 parent 52f8c9b commit 79317b1
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 @@ -53,7 +53,7 @@
"scripts": {
"start": "concurrently -n server,client -c blue,green \"npm run start_server\" \"npm run start_client\"",
"start_server": "cd server && NODE_ENV=development nodemon ./index.js",
"start_client": "NODE_ENV=development vite",
"start_client": "NODE_ENV=development vite --host",
"build": "npm run build_server && npm run build_client",
"build_server": "server/build.sh",
"build_client": "NODE_ENV=production vite build",
Expand Down

0 comments on commit 79317b1

Please sign in to comment.