mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
docs: warn against killing all sessions (#321)
This commit is contained in:
parent
f159bc9058
commit
fcbe9e7be5
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ When the user says "release" or asks to create a release, ALWAYS read and follow
|
||||||
- Mac app runs `pnpm run dev` instead of embedded server
|
- Mac app runs `pnpm run dev` instead of embedded server
|
||||||
- Provides hot reload - web changes automatically rebuild without Mac app rebuild
|
- Provides hot reload - web changes automatically rebuild without Mac app rebuild
|
||||||
- Restart VibeTunnel server (not full rebuild) to pick up web changes
|
- Restart VibeTunnel server (not full rebuild) to pick up web changes
|
||||||
|
6. **Never kill all sessions**
|
||||||
|
- You are running inside a session yourself; killing all sessions would terminate your own process
|
||||||
|
|
||||||
### Git Workflow Reminders
|
### Git Workflow Reminders
|
||||||
- Our workflow: start from main → create branch → make PR → merge → return to main
|
- Our workflow: start from main → create branch → make PR → merge → return to main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue