Create custom server

This commit is contained in:
2020-12-11 01:35:18 +01:00
parent 292a1b580e
commit 76299ad369
2 changed files with 45 additions and 2 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
"private": true,
"scripts": {
"lint": "xo",
"dev": "next dev",
"dev": "node server",
"build": "next build",
"start": "next start"
"start": "NODE_ENV=production node server"
},
"dependencies": {
"@material-ui/core": "^4.11.2",