added server.js
This commit is contained in:
+2
-1
@@ -5,10 +5,11 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webdeb/next-styles": "^1.1.1",
|
||||
"applicationinsights": "^2.1.3",
|
||||
"axios": "^0.21.1",
|
||||
"cookies": "^0.8.0",
|
||||
"dom": "^0.0.3",
|
||||
|
||||
Reference in New Issue
Block a user