Advertisement
SpiderLordCoder1st

Untitled

May 17th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. import { sveltekit } from '@sveltejs/kit/vite';
  2. import { defineConfig } from 'vite';
  3.  
  4. export default defineConfig({
  5. plugins: [sveltekit()],
  6. server: {
  7. port: 1420,
  8. strictPort: true,
  9. watch: {
  10. // 3. tell vite to ignore watching `src-tauri`
  11. ignored: ["**/src-tauri/**"],
  12. },
  13. },
  14. })
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement