Wexts 4
Project Structure
The verified starter keeps the Next app, Nest app, runtime config, and generated RPC output explicit.
Commands and Examples
apps/api
apps/web
apps/web/lib/wexts
wexts.runtime.js
pnpm-workspace.yamlCurrent Guidance
- `apps/api` contains Nest services decorated with `@RpcService()` and `@RpcMethod()`.
- `apps/web` contains the Next frontend and generated Wexts client files.
- `wexts.runtime.js` is used by production runtime and deployment checks.