We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd6baa commit 327606aCopy full SHA for 327606a
2 files changed
apps/frontend/package.json
@@ -4,6 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "next dev --turbopack",
7
+ "predev": "shx rm -f .next/dev/lock",
8
"dev:https": "next dev --turbopack --experimental-https",
9
"build": "next build",
10
"postbuild": "cp -r public .next/standalone/apps/frontend && cp -r .next/static .next/standalone/apps/frontend/.next/",
turbo.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://turbo.build/schema.json",
3
- "ui": "tui",
- "concurrency": "10",
+ "ui": "stream",
+ "concurrency": "5",
"tasks": {
"init": {},
"build": {
0 commit comments