Commit db93dc8
committed
feat(scripts): migrate to TypeScript-only service scripts
- Replace dev.sh with dev.ts (starts services + CLI, stops all on Ctrl+C)
- Rewrite start-services.ts to directly start db/studio/sdk/web
- stop-services.ts kills by port (worktree-safe)
- Add CODEBUFF_SKIP_ENV_CLEAR flag for TS scripts to preserve env vars
- Remove bash dependencies entirely1 parent f31ddc8 commit db93dc8
File tree
17 files changed
+1322
-220
lines changed- .bin
- scripts
- web/src
- components
- docs
- content
- advanced
- agents
- help
- tips
17 files changed
+1322
-220
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
209 | 215 | | |
210 | 216 | | |
211 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
This file was deleted.
0 commit comments