We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fda166 commit e66b835Copy full SHA for e66b835
2 files changed
next.config.ts
@@ -243,7 +243,6 @@ export default withNextIntl({
243
},
244
basePath,
245
output: isVercel ? undefined : 'standalone',
246
- serverExternalPackages: ['playwright-core'],
247
typescript: {
248
ignoreBuildErrors: true,
249
package.json
@@ -18,7 +18,7 @@
18
"start-docker": "npm-run-all check-db update-tracker start-server",
19
"start-env": "node scripts/start-env.js",
20
"start-server": "node server.js",
21
- "build-app": "next build --turbo",
+ "build-app": "next build",
22
"build-icons": "svgr ./src/assets --out-dir src/components/svg --typescript",
23
"build-components": "node scripts/bump-components.js && tsup",
24
"build-tracker": "rollup -c rollup.tracker.config.js",
0 commit comments