chore: refresh 0.2.13 publish artifacts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user