Moving os to the module name. disabling vite ignore for now

This commit is contained in:
Dustin Swan 2026-04-02 15:58:28 -06:00
parent 0bab0b88f3
commit a1caaf54e7
No known key found for this signature in database
GPG key ID: 30D46587E2100467
3 changed files with 6 additions and 77 deletions

View file

@ -5,7 +5,7 @@ import path from 'path'
export default defineConfig({
server: {
watch: {
ignored: ['**/src/cg/**']
// ignored: ['**/src/cg/**']
}
},
plugins: [{