initialize repository

This commit is contained in:
2024-01-10 12:59:58 +07:00
parent 9337004961
commit 94675f015c
94 changed files with 7027 additions and 4160 deletions

View File

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