Commit 6c18244
committed
feat(cli): add SDK auto-build fallback for dev script
- Create wrapper script that attempts to run CLI directly
- Falls back to building SDK silently if initial run fails
- Prevents "module not found" errors for new developers
- No performance impact when SDK is already built
- Properly forwards CLI arguments like --clear-logs1 parent 00aa4f5 commit 6c18244
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments