Update package json start scripts
This commit is contained in:
+3
-3
@@ -30,8 +30,8 @@
|
||||
"main": "out/index.js",
|
||||
"scripts": {
|
||||
"build": "npx tsc",
|
||||
"startServer": "node out/server.js",
|
||||
"startClient": "node out/client.js",
|
||||
"startServer": "node out/serverMain.js",
|
||||
"startClient": "node out/clientMain.js",
|
||||
"test": "jest"
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -8,7 +8,7 @@ import { cacheReady } from './cache/redis'
|
||||
import processAll from './client/process'
|
||||
|
||||
const app = express()
|
||||
const port = 3001
|
||||
const port = 3000
|
||||
|
||||
app.use(express.json())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user