chore: don't need templating here

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-10-12 10:42:05 +02:00
parent 78561f8a29
commit a665f954a0
+1 -1
View File
@@ -179,7 +179,7 @@ export async function serveBundle(options: ServeOptions) {
viteNodePolyfills(),
createHtmlPlugin({
entry: paths.targetEntry,
template: `public/index.html`,
template: 'public/index.html',
inject: {
data: {
config: frontendConfig,