Removing the Procfile and adding cacheDirectories

Heroku started the server twice which led to wrong port assignments and
runtime errors.
This commit is contained in:
H0rn0chse 2022-08-02 19:52:50 +02:00
parent f1717ce533
commit f89960ca88
2 changed files with 4 additions and 2 deletions

View File

@ -1 +0,0 @@
web: npm run start-env

View File

@ -127,5 +127,8 @@
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
"tar": "^6.1.2"
}
},
"cacheDirectories": [
".next/cache"
]
}