[M] Rename

This commit is contained in:
Azalea
2024-02-08 02:51:31 -05:00
parent fa567ce0e2
commit 071491b459
18 changed files with 31 additions and 34 deletions

7
AquaNet/svelte.config.js Normal file
View File

@@ -0,0 +1,7 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}