chore: make code prettier
see what i did there :3
This commit is contained in:
parent
6f6cd270eb
commit
b472e99fcc
6 changed files with 351 additions and 353 deletions
|
@ -1,12 +1,12 @@
|
|||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
import { sveltekit } from "@sveltejs/kit/vite";
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
server: {
|
||||
watch: {
|
||||
// direnv somehow makes vite exponentially slower with bun
|
||||
ignored: ['**/.direnv/**']
|
||||
}
|
||||
}
|
||||
ignored: ["**/.direnv/**"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue