chore: refresh 0.2.13 publish artifacts

This commit is contained in:
2026-07-12 16:30:48 +05:30
parent b21e298d85
commit a524c08126
26 changed files with 59 additions and 57 deletions
+3 -1
View File
@@ -68,11 +68,13 @@ Before bundling, it regenerates typed queries for the default and every named da
```bash
bun dist/server.js # PORT env var optional
# Generated apps also provide: npm start
# Build and start together: npm run production
```
### `wrnexus create`
Scaffolds a new app from an inline (dependency-free) template — `package.json`, config, and starter `app/` files. Run `wrnexus dev` in the new directory to start.
Scaffolds a new app from an inline (dependency-free) template — `package.json`, `.gitignore`, config, and starter `app/` files. Use `npm run dev` during development, `npm run build && npm start` for production, or `npm run production` to build and start in one command. The generated production server currently requires Bun even when npm is used to manage packages and scripts.
```bash
wrnexus create my-app