feature/cli-reset-password (#4585)

* feat: add cli to reset password

* chore: add information for password reset command

* fix: add information for password reset command
This commit is contained in:
Ong Chung Yau
2025-06-07 02:16:16 +08:00
committed by GitHub
parent 2cd8db0c53
commit 6dcb65cedb
3 changed files with 85 additions and 2 deletions
+3
View File
@@ -20,6 +20,9 @@
"start-worker": "run-script-os",
"start-worker:windows": "cd packages/server/bin && run worker",
"start-worker:default": "cd packages/server/bin && ./run worker",
"user": "run-script-os",
"user:windows": "cd packages/server/bin && run user",
"user:default": "cd packages/server/bin && ./run user",
"test": "turbo run test",
"clean": "pnpm --filter \"./packages/**\" clean",
"nuke": "pnpm --filter \"./packages/**\" nuke && rimraf node_modules .turbo",