Skip to content

Commit e574bcc

Browse files
authored
Change main input file to src/app.html
1 parent 1555b9f commit e574bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmltoolkit/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
build: {
1515
rollupOptions: {
1616
input: {
17-
main: resolve(__dirname, 'index.html'),
17+
main: resolve(__dirname, 'src/app.html'),
1818
google: resolve(__dirname, 'public/google56c6a7a79ef2edde.html')
1919
}
2020
}

0 commit comments

Comments
 (0)