feat: create main website

This commit is contained in:
Kim, Jimin 2023-06-26 00:33:47 +09:00
parent 6a4b3761a9
commit 3b05f4de71
26 changed files with 2325 additions and 463 deletions

6
apps/main/vite.config.ts Normal file
View file

@ -0,0 +1,6 @@
import { sveltekit } from "@sveltejs/kit/vite"
import { defineConfig } from "vite"
export default defineConfig({
plugins: [sveltekit()],
})