Add test sample project

This commit is contained in:
2023-11-14 17:32:51 +07:00
parent 545e7b23ff
commit e511fd4d83
20 changed files with 4746 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})