Fixed some build issues for now. Added info to the readme

This commit is contained in:
Jaret Burkett
2025-02-23 15:59:17 -07:00
parent 3c7daf49f3
commit 1d0e3a4498
8 changed files with 53 additions and 192 deletions

View File

@@ -5,9 +5,9 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"start": "next start --port 8675",
"lint": "next lint",
"update_db": "npx prisma generate && npx prisma db push",
"update_db": "npx prisma generate ; npx prisma db push",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,scss}\""
},
"dependencies": {