mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
docs: add debugging guide and cli npm script
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
"web": "npm run web --workspace=@paseo/app",
|
||||
"desktop": "npm run dev --workspace=@paseo/desktop",
|
||||
"desktop:build": "npm run build --workspace=@paseo/desktop",
|
||||
"postinstall": "patch-package"
|
||||
"postinstall": "patch-package",
|
||||
"cli": "npx tsx packages/cli/src/index.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.2.1",
|
||||
|
||||
Reference in New Issue
Block a user