Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web sockets #29

Merged
merged 11 commits into from
Apr 6, 2023
Next Next commit
  • Loading branch information
mjhuff committed Apr 5, 2023
commit e8437abe90601b70378dc49e8f2f402911c9123d
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"description": "A cloud-to-cloud migration tool.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js",
"build": "NODE_ENV=production webpack",
"devWithServer": "NODE_ENV=development nodemon server/server.js & NODE_ENV=development webpack serve",
"dev": " NODE_ENV=development webpack serve"
"start": "NODE_ENV=development nodemon server/server.js & NODE_ENV=development webpack serve"
},
"repository": {
"type": "git",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.