fix: prod build
This commit is contained in:
parent
1aa7687dc9
commit
98d8e31373
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue