@beechcms/cms 0.4.0-preview.7 → 0.4.0-preview.9
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.
- package/bin/create.mjs +6 -1
- package/package.json +2 -2
package/bin/create.mjs
CHANGED
|
@@ -87,7 +87,7 @@ function buildWorkerTs() {
|
|
|
87
87
|
import { createBeechApp } from '@beechcms/api'
|
|
88
88
|
import { SEED_REGISTRY } from './seeds'
|
|
89
89
|
|
|
90
|
-
export default createBeechApp({ seeds:
|
|
90
|
+
export default createBeechApp({ seeds: SEED_REGISTRY })
|
|
91
91
|
`
|
|
92
92
|
}
|
|
93
93
|
|
|
@@ -135,6 +135,11 @@ function buildWranglerJsonc(cfg) {
|
|
|
135
135
|
"APP_URL": "${cfg.appUrl || 'http://localhost:5173'}"
|
|
136
136
|
},
|
|
137
137
|
|
|
138
|
+
"assets": {
|
|
139
|
+
"binding": "ASSETS",
|
|
140
|
+
"directory": "node_modules/@beechcms/api/assets/dashboard"
|
|
141
|
+
},
|
|
142
|
+
|
|
138
143
|
"d1_databases": [
|
|
139
144
|
{
|
|
140
145
|
"binding": "DB",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beechcms/cms",
|
|
3
|
-
"version": "0.4.0-preview.
|
|
3
|
+
"version": "0.4.0-preview.9",
|
|
4
4
|
"packageManager": "npm@11.9.0",
|
|
5
5
|
"description": "Edge-Native, Schema-Driven Headless CMS built on Cloudflare Workers, D1, and R2. Features the Botanical Engine for alias-stable field management, a modular widget layer, and a React + Vite admin dashboard.",
|
|
6
6
|
"keywords": [
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"typescript": "^5.9.3"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@beechcms/cli": "^0.4.0-preview.
|
|
59
|
+
"@beechcms/cli": "^0.4.0-preview.9",
|
|
60
60
|
"@clack/prompts": "^0.9.1",
|
|
61
61
|
"picocolors": "^1.1.1"
|
|
62
62
|
}
|