mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +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-prettier": "^9.0.3",
|
||||||
"stylelint-config-recommended": "^7.0.0",
|
"stylelint-config-recommended": "^7.0.0",
|
||||||
"tar": "^6.1.2"
|
"tar": "^6.1.2"
|
||||||
}
|
},
|
||||||
|
"cacheDirectories": [
|
||||||
|
".next/cache"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user