diff --git a/package.json b/package.json index f24f21e4..d7e768e6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "prisma": { "seed": "bun prisma/seed.ts" }, - "scripts": { + "scripts": { "dev": "next dev --experimental-https", "build": "next build", "build:dev": "next build",