mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
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:
parent
f1717ce533
commit
f89960ca88
2 changed files with 4 additions and 2 deletions
1
Procfile
1
Procfile
|
|
@ -1 +0,0 @@
|
|||
web: npm run start-env
|
||||
|
|
@ -127,5 +127,8 @@
|
|||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-recommended": "^7.0.0",
|
||||
"tar": "^6.1.2"
|
||||
}
|
||||
},
|
||||
"cacheDirectories": [
|
||||
".next/cache"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue