Skip to content

Commit

Permalink
Fix cache file not being copied to dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Dec 3, 2024
1 parent 5c361b1 commit e27ea2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export default defineConfig({
build: {
outDir: 'dist',
sourcemap: true,
copyPublicDir: true,
},
});

0 comments on commit e27ea2e

Please sign in to comment.