We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9866e5 commit 09a1f0cCopy full SHA for 09a1f0c
simple/package.json
@@ -9,7 +9,7 @@
9
"@sveltia/cms": "^0.74.0"
10
},
11
"scripts": {
12
- "build": "bun build src/index.html --outdir=dist --minify --env 'FCCMS_BACKEND_*'",
+ "build": "bun build ./src/backends/index.html ./src/backends/**/*.html --outdir=dist --minify --env 'FCCMS_BACKEND_*'",
13
"dev": "bun ./src/backends/index.html ./src/backends/**/*.html"
14
}
15
0 commit comments