[+] AquaTop: Create project

This commit is contained in:
Azalea
2024-02-07 20:13:53 -05:00
parent d123a50054
commit a8465408cf
15 changed files with 1144 additions and 1 deletions

7
AquaTop/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(),
}