chore: pnpm up
Some checks failed
Deploy to SFTP Server / build (push) Failing after 4m26s

This commit is contained in:
Max Richter
2025-05-14 18:21:42 +02:00
parent b8c1581f5a
commit 4e815206c9
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]