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:
parent
e0cd7f2bae
commit
0bab0b88f3
4 changed files with 7 additions and 38 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue