mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
refactor of networking when first reaching game page
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"bundle": "webpack --config client/webpack/webpack-prod.config.js",
|
||||
"prestart": "npm run bundle",
|
||||
"gcp-build": "webpack --config client/webpack/webpack-prod.config.js",
|
||||
"build:dev": "webpack --watch --config client/webpack/webpack-dev.config.js --mode=development",
|
||||
"start:dev": "NODE_ENV=development nodemon server/main.js",
|
||||
"start:dev:no-hot-reload": "NODE_ENV=development && node server/main.js",
|
||||
|
||||
Reference in New Issue
Block a user