Skip to content

Commit

Permalink
chore: Update Svelte Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jun 23, 2024
1 parent 4a578a2 commit 451902b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svelte-chat/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ import topLevelAwait from 'vite-plugin-top-level-await';

// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [wasm(), topLevelAwait(), svelte()],
})

0 comments on commit 451902b

Please sign in to comment.