Merge pull request #8 from BennehR/config-update

Update vite.config.ts
This commit is contained in:
Tanimodori 2025-10-16 09:12:33 +08:00 committed by GitHub
commit 9c24345bdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ export default defineConfig({
minify: false,
},
viteburner: {
watch: [{ pattern: 'src/**/*.{js,ts}', transform: true }, { pattern: 'src/**/*.{script,txt}' }],
watch: [{ pattern: 'src/**/*.{js,ts,jsx,tsx}', transform: true }, { pattern: 'src/**/*.{script,txt}' }],
sourcemap: 'inline',
},
});