create-gonvex 0.1.27 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,7 +16,9 @@ npm run dev
16
16
 
17
17
  The generated app expects a running Gonvex runtime. `npm run dev` watches and
18
18
  syncs the backend and starts Vite; it does not start Postgres, Valkey, or the Go
19
- runtime.
19
+ runtime. New local projects receive
20
+ `VALKEY_URL=redis://127.0.0.1:6380/0`; Gonvex requires that service to be
21
+ reachable when the runtime starts.
20
22
 
21
23
  With pnpm:
22
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-gonvex",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-gonvex": "./dist/index.js"
@@ -10,7 +10,7 @@
10
10
  "README.md"
11
11
  ],
12
12
  "dependencies": {
13
- "@gonvex/cli": "0.1.27"
13
+ "@gonvex/cli": "0.1.28"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/node": "^24.12.4",