fix(build): include HTML files in tsbundle output and bump tsbuild/tsbundle devDependencies

This commit is contained in:
2026-03-05 19:06:53 +00:00
parent 26e6eea5d5
commit fb7d4d988b
6 changed files with 24 additions and 17 deletions

View File

@@ -22,7 +22,8 @@
"to": "./dist_serve/bundle.js",
"outputMode": "bundle",
"bundler": "esbuild",
"production": true
"production": true,
"includeFiles": ["./html/**/*.html"]
}
]
},