Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ route definitions must use matchit 0.8 style
## Examples
the demo crates under `examples/app-demo/` share router
logic via `app-demo-core`. Local smoke testing flows through
`cargo run -p anyedge-cli -- dev`, which serves the demo router on
http://127.0.0.1:8787 when the default features (including `dev-example`) are enabled.
Build provider targets with `app-demo-adapter-fastly` / `app-demo-adapter-cloudflare`
when you need Fastly or Cloudflare binaries.
`cargo run -p anyedge-cli --features dev-example -- dev`, which serves the demo
router on http://127.0.0.1:8787. Build provider targets with
`app-demo-adapter-fastly` / `app-demo-adapter-cloudflare` when you need Fastly
or Cloudflare binaries.

## Style– prefer colocating tests with implementation modules, favour
async/await-friendly code that compiles to Wasm, and avoid runtime-specific
Expand Down
Loading