Initial commit WebGIS

This commit is contained in:
2026-06-09 19:45:18 +07:00
commit 2d8917af26
27 changed files with 5807 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [
react(),
tailwindcss(),
],
})