chore: pnpm up

This commit is contained in:
Max Richter
2025-05-14 18:21:42 +02:00
parent 84e56f2668
commit 3d78b9e56c
3 changed files with 22 additions and 4 deletions

View File

@ -38,6 +38,13 @@ export default defineConfig({
compiler: 'svelte',
}),
],
server: {
watch: {
// Customize watch behavior to reduce file watchers
ignored: ['**/node_modules/**', '**/dist/**', '**/.git/**'],
usePolling: process.env.NODE_ENV === 'production',
},
},
},
markdown: {
remarkPlugins: [setDefaultLayout]