Merge pull request #518 from linkwarden/dev

support for arbitrary values in manual installation
This commit is contained in:
Daniel
2024-03-13 17:26:53 +03:30
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@
"dev": "concurrently -k -P \"next dev {@}\" \"yarn worker:dev\" --",
"worker:dev": "nodemon --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",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,js,json,md}\""