Simplify verification runtime
This commit is contained in:
@@ -38,7 +38,6 @@ Run commands directly—don't tell the user to run them.
|
||||
bun run build # Build main project
|
||||
bun run build:runners # Install + build both runners
|
||||
bun run build:runtime # Build host runtime only
|
||||
bun run build:container # Optional: rebuild reviewer Docker image
|
||||
bun run dev # Dev mode with hot reload
|
||||
```
|
||||
|
||||
@@ -54,8 +53,8 @@ Deploy:
|
||||
bun run deploy
|
||||
```
|
||||
|
||||
`deploy` rebuilds only the host runtime. Rebuild the reviewer Docker image
|
||||
separately with `bun run build:container` only when you need the container path.
|
||||
`deploy` rebuilds only the host runtime, and verification also runs directly on
|
||||
the host runtime.
|
||||
|
||||
## Service Stack Architecture
|
||||
|
||||
|
||||
Reference in New Issue
Block a user