Skip to content

Commit

Permalink
Fix vite error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Sep 22, 2024
1 parent 9cee8d1 commit c23a5c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ import basicSsl from '@vitejs/plugin-basic-ssl'
import { defineConfig } from 'vite'

export default defineConfig({
server: {
proxy: {}
},
plugins: [sveltekit(), basicSsl()]
})

0 comments on commit c23a5c3

Please sign in to comment.