This commit is contained in:
amy 2024-06-23 01:11:44 +03:30
commit 96595e6e72
12 changed files with 1360 additions and 0 deletions

6
vite.config.js Normal file
View file

@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import solid from 'vite-plugin-solid'
export default defineConfig({
plugins: [solid()],
})