deploysetting
Some checks failed
deploy-on-main / deploy (push) Has been cancelled

This commit is contained in:
2025-11-04 08:01:05 +00:00
parent f4e46c39fb
commit 1049d029b4
4 changed files with 48 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"start": "next start --port 3100",
"lint": "biome check",
"format": "biome format --write",
"migrate": "prisma migrate dev",