Commit bcef6a7
committed
fix: allow placeholder GitHub key in dev mode and update Litestar CLI
- Allow placeholder GitHub private key 'ThisIsNotAProductionToken' in dev mode
- Fix run-dev-server Makefile target to use LITESTAR_APP env var instead of deprecated --app flag
- Resolves API server startup validation error in development
- All services now start successfully (API, bot, frontend)
- Add byte-docs-preview/ to .gitignore
Fixes stability issues from Phase 3.51 parent 42ed8cf commit bcef6a7
3 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
401 | 406 | | |
402 | 407 | | |
403 | 408 | | |
404 | | - | |
405 | 409 | | |
406 | 410 | | |
407 | 411 | | |
| |||
0 commit comments