diff --git a/package.json b/package.json index f535165..0bea7ed 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "scripts": { - "build": "next build", + "build": "next build && cp -r .next/static .next/standalone/.next/static && cp -r public .next/standalone/public", "check": "eslint . && tsc --noEmit", "db:generate": "drizzle-kit generate", "db:migrate": "bun src/server/db/migrate.ts",