aerostack dev
Start a local development server with full edge fidelity — D1, KV, Queues, AI bindings, and Durable Objects all run locally.
aerostack dev [flags]| Flag | Default | Description |
|---|---|---|
-p, --port | 8788 | Port for the local dev server |
--remote | false | Connect to your remote staging/production environment |
Examples
Section titled “Examples”# Start dev server on default port 8788aerostack dev
# Custom portaerostack dev --port 4000
# Connect to remote environment (real data, real KV/D1)aerostack dev --remoteHow it works
Section titled “How it works”- Parses your
aerostack.toml - Generates
.aerostack/wrangler.tomlwith all bindings resolved - Starts a local Miniflare server with D1, KV, Queues, and AI bindings
- Watches for file changes and hot-reloads
For multi-service projects (multiple entries in aerostack.toml), each service starts on its own port.
Requirements
Section titled “Requirements”- Node.js 18+
aerostack.tomlin the current directory