support for arbitrary values in manual installation

This commit is contained in:
daniel31x13 2024-03-13 09:56:13 -04:00
parent bae4cf1d4f
commit 5990d4ce2d

View File

@ -13,7 +13,7 @@
"dev": "concurrently -k -P \"next dev {@}\" \"yarn worker:dev\" --", "dev": "concurrently -k -P \"next dev {@}\" \"yarn worker:dev\" --",
"worker:dev": "nodemon --skip-project scripts/worker.ts", "worker:dev": "nodemon --skip-project scripts/worker.ts",
"worker:prod": "ts-node --transpile-only --skip-project scripts/worker.ts", "worker:prod": "ts-node --transpile-only --skip-project scripts/worker.ts",
"start": "concurrently \"next start\" \"yarn worker:prod\"", "start": "concurrently -k -P \"next start {@}\" \"yarn worker:prod\" --",
"build": "next build", "build": "next build",
"lint": "next lint", "lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,js,json,md}\"" "format": "prettier --write \"**/*.{ts,tsx,js,json,md}\""