Skip to content

Commit 09a1f0c

Browse files
committed
fix: Corriger le chemin des fichiers dans le script de construction pour inclure tous les fichiers HTML du backend
1 parent a9866e5 commit 09a1f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@sveltia/cms": "^0.74.0"
1010
},
1111
"scripts": {
12-
"build": "bun build src/index.html --outdir=dist --minify --env 'FCCMS_BACKEND_*'",
12+
"build": "bun build ./src/backends/index.html ./src/backends/**/*.html --outdir=dist --minify --env 'FCCMS_BACKEND_*'",
1313
"dev": "bun ./src/backends/index.html ./src/backends/**/*.html"
1414
}
1515
}

0 commit comments

Comments
 (0)