docs: add debugging guide and cli npm script

This commit is contained in:
Mohamed Boudra
2026-01-31 23:12:14 +07:00
parent 7c50b2a66b
commit dac1538d1f
2 changed files with 59 additions and 1 deletions

View File

@@ -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",