added server.js

This commit is contained in:
2021-07-09 13:06:51 +01:00
parent ac67925ce3
commit 20b0fb51fb
3 changed files with 320 additions and 7 deletions
+2 -1
View File
@@ -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",