No longer saving to localStorage. ignoring cg files so vite doesn't reload the page every time i save state

This commit is contained in:
Dustin Swan 2026-04-02 15:29:15 -06:00
parent e0cd7f2bae
commit 0bab0b88f3
No known key found for this signature in database
GPG key ID: 30D46587E2100467
4 changed files with 7 additions and 38 deletions

View file

@ -3,6 +3,11 @@ import fs from 'fs'
import path from 'path'
export default defineConfig({
server: {
watch: {
ignored: ['**/src/cg/**']
}
},
plugins: [{
name: 'cg-save',
configureServer(server) {