fix: prod build

This commit is contained in:
Oleg Proskurin 2025-12-14 14:17:25 +07:00
parent 1aa7687dc9
commit 98d8e31373
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"scripts": {
"dev": "next dev -p 3010",
"build": "next build",
"start": "node .next/standalone/server.js",
"postbuild": "cp -r .next/static .next/standalone/apps/landing/.next/ && cp -r public .next/standalone/apps/landing/",
"start": "node .next/standalone/apps/landing/server.js",
"typecheck": "tsc --noEmit"
},
"dependencies": {