@keystrokehq/cli 0.1.34 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,7 +26,7 @@ Use `--filter agents/hello` (or `workflows/greeting`) to redeploy a single modul
|
|
|
26
26
|
|
|
27
27
|
## Run locally (optional)
|
|
28
28
|
|
|
29
|
-
To iterate offline without deploying, run a local server.
|
|
29
|
+
To iterate offline without deploying, run a local server. Create a `.env` with `ANTHROPIC_API_KEY` and any integration keys, then:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
32
|
keystroke dev # watch src/, rebuild, restart the API (API :3002, dashboard :3000)
|
package/package.json
CHANGED