We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba804f3 commit f3e3effCopy full SHA for f3e3eff
1 file changed
apps/frontend/package.json
@@ -8,8 +8,8 @@
8
],
9
"scripts": {
10
"dev": "next dev | pino-pretty",
11
- "build": "next build",
12
- "start": "next start",
+ "build": "next build && cp -r public .next/standalone/apps/frontend && cp -r .next/static .next/standalone/apps/frontend/.next",
+ "start": "node .next/standalone/apps/frontend/server.js",
13
"format": "prettier --write .",
14
"lint": "next lint",
15
"type-check": "tsc",
0 commit comments