feat: 自动更新
This commit is contained in:
@@ -15,6 +15,17 @@ The local debug workspace runs the real platform API, run worker, platform_web c
|
||||
|
||||
The workflow does not require Docker-only infrastructure, external cloud services, real game binaries, raw credentials, raw AI keys, direct run sockets, or browser/plugin direct access to run.
|
||||
|
||||
## Port Discipline
|
||||
|
||||
Use the managed local debug scripts for browser-facing verification. Do not start extra ad hoc platform or platform_web processes on random ports when the standard stack is already available.
|
||||
|
||||
- Default platform API: `http://127.0.0.1:18080`.
|
||||
- Default platform_web: `http://127.0.0.1:5173`.
|
||||
- Default local debug root: `.local-debug/`.
|
||||
- Restart with `scripts/local-debug-stop.sh` followed by `scripts/local-debug-start.sh`.
|
||||
- Use `LOCAL_DEBUG_PLATFORM_PORT`, `LOCAL_DEBUG_WEB_PORT`, and `LOCAL_DEBUG_ROOT` only when a task explicitly needs an isolated stack.
|
||||
- When debugging an already-running local page, prefer the current `5173`/`18080` stack and inspect `.local-debug/logs/` before starting anything else.
|
||||
|
||||
## Start
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user