[+] 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/vite.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
})