update port checking on prod

This commit is contained in:
2021-07-21 12:20:06 +01:00
parent 3268cca452
commit ea56f9e228
8 changed files with 380 additions and 15 deletions
+4 -1
View File
@@ -4,16 +4,19 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"dev:app": "node ./server/server.js && yarn lint:js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build --debug",
"start": "node_modules/next/dist/bin/next start"
},
"dependencies": {
"@webdeb/next-styles": "^1.1.1",
"applicationinsights": "^2.1.3",
"axios": "^0.21.1",
"compression": "^1.7.4",
"cookies": "^0.8.0",
"dom": "^0.0.3",
"dynamics-web-api": "^1.7.4",
"express": "^4.17.1",
"govuk-frontend": "^3.13.0",
"https": "^1.0.0",
"jsonpath": "^1.1.1",