Skip to content

Commit 327606a

Browse files
feat: optimized dev tasks to limit nodejs processes
1 parent 3cd6baa commit 327606a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
7+
"predev": "shx rm -f .next/dev/lock",
78
"dev:https": "next dev --turbopack --experimental-https",
89
"build": "next build",
910
"postbuild": "cp -r public .next/standalone/apps/frontend && cp -r .next/static .next/standalone/apps/frontend/.next/",

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"ui": "tui",
4-
"concurrency": "10",
3+
"ui": "stream",
4+
"concurrency": "5",
55
"tasks": {
66
"init": {},
77
"build": {

0 commit comments

Comments
 (0)