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
|
||||
|
||||
+11
-11
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.2.12",
|
||||
"version": "0.2.13",
|
||||
"type": "module",
|
||||
"description": "@wrnexus/cli — part of the WrNexus framework.",
|
||||
"license": "MIT",
|
||||
@@ -28,16 +28,16 @@
|
||||
"wrnexus": "./dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wrnexus/core": "^0.2.12",
|
||||
"@wrnexus/router": "^0.2.12",
|
||||
"@wrnexus/csr": "^0.2.12",
|
||||
"@wrnexus/compiler": "^0.2.12",
|
||||
"@wrnexus/styles": "^0.2.12",
|
||||
"@wrnexus/dev-server": "^0.2.12",
|
||||
"@wrnexus/ui": "^0.2.12",
|
||||
"@wrnexus/validation": "^0.2.12",
|
||||
"@wrnexus/i18n": "^0.2.12",
|
||||
"@wrnexus/db": "^0.2.12"
|
||||
"@wrnexus/core": "^0.2.13",
|
||||
"@wrnexus/router": "^0.2.13",
|
||||
"@wrnexus/csr": "^0.2.13",
|
||||
"@wrnexus/compiler": "^0.2.13",
|
||||
"@wrnexus/styles": "^0.2.13",
|
||||
"@wrnexus/dev-server": "^0.2.13",
|
||||
"@wrnexus/ui": "^0.2.13",
|
||||
"@wrnexus/validation": "^0.2.13",
|
||||
"@wrnexus/i18n": "^0.2.13",
|
||||
"@wrnexus/db": "^0.2.13"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user