node-app-build 6.1.1

Mini app developer CLI: scaffold, validate, package node-app-* Debian packages
# {{name}}

{{description}}

Scaffolded by [`node-app new --profile native`](https://github.com/econ-v1/node).

Native Rust cdylib loaded **in-process** by the platform via `dlopen` and an
exported `_node_app_entry` symbol (generated by `declare_node_app!`). Shared
runtime does not apply — `native` apps run inside the host process itself.

## Quickstart

```bash
cargo check
node-app dev                 # hot-reload against your local monorepo
node-app audit               # check this app against the blueprint
```

See `AGENTS.md` for the architecture brief.