Add cache directories for Heroku
This commit is contained in:
parent
55b890d0c9
commit
4d439ba14b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "grid-web",
|
||||
"private": true,
|
||||
"cacheDirectories": [".next/cache"],
|
||||
"scripts": {
|
||||
"dev": "next dev -p 1234",
|
||||
"build": "next build",
|
||||
|
|
|
|||
Loading…
Reference in a new issue