Skip to content

Commit

Permalink
Fix pathing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesBHuff committed Dec 15, 2023
1 parent 0b0c871 commit 0d095ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
outDir: '../dist',
rollupOptions: {
input: {
app: 'src/index.html',
app: 'app/index.html',
},
},
sourcemap: true,
Expand Down

0 comments on commit 0d095ea

Please sign in to comment.