Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import { defineConfig } from 'vite'
- import { svelte } from '@sveltejs/vite-plugin-svelte'
- // https://vitejs.dev/config/
- export default defineConfig({
- plugins: [svelte()],
- server: {
- watch: {
- usePolling: true
- }
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement