mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +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
@ -127,5 +127,8 @@
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-recommended": "^7.0.0",
|
||||
"tar": "^6.1.2"
|
||||
}
|
||||
},
|
||||
"cacheDirectories": [
|
||||
".next/cache"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user