Create location table for brewery post locations

This commit is contained in:
Aaron William Po
2023-04-26 08:37:59 -04:00
parent 4aeafc0de8
commit c19cddceb7
17 changed files with 209 additions and 55 deletions

View File

@@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"format": "npx prettier . --write",
"seed": "npx ts-node ./src/prisma/seed/index.ts"
"seed": "npx --max-old-space-size=4096 ts-node ./src/prisma/seed/index.ts"
},
"dependencies": {
"@hapi/iron": "^7.0.1",