feat: create main website
This commit is contained in:
parent
6a4b3761a9
commit
3b05f4de71
26 changed files with 2325 additions and 463 deletions
6
apps/main/vite.config.ts
Normal file
6
apps/main/vite.config.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { sveltekit } from "@sveltejs/kit/vite"
|
||||
import { defineConfig } from "vite"
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue