Skip to content

Commit

Permalink
update vite config for landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 6, 2023
1 parent 386ecab commit e3a6e52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ export default defineConfig({
build: {
outDir: '../dist',
emptyOutDir: true,
rollupOptions: {
input: {
main: 'src/index.html',
app: 'src/app.html',
},
},
},

esbuild: {
Expand Down

0 comments on commit e3a6e52

Please sign in to comment.