|
@@ -13,7 +13,7 @@
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"build": "turbo run build",
|
|
"build": "turbo run build",
|
|
|
"predev": "command -v portless >/dev/null 2>&1 || (echo '\\nportless is required but not installed. Run: npm i -g portless\\nSee: https://github.com/vercel-labs/portless\\n' && exit 1)",
|
|
"predev": "command -v portless >/dev/null 2>&1 || (echo '\\nportless is required but not installed. Run: npm i -g portless\\nSee: https://github.com/vercel-labs/portless\\n' && exit 1)",
|
|
|
- "dev": "turbo run dev --concurrency 20",
|
|
|
|
|
|
|
+ "dev": "turbo run dev --concurrency 50",
|
|
|
"lint": "turbo run lint",
|
|
"lint": "turbo run lint",
|
|
|
"format": "prettier --write \"**/*.{ts,tsx}\"",
|
|
"format": "prettier --write \"**/*.{ts,tsx}\"",
|
|
|
"type-check": "turbo run check-types",
|
|
"type-check": "turbo run check-types",
|