Import TexasResellers into Gitea

This commit is contained in:
Claude
2026-07-30 18:39:06 -05:00
commit bc1b610332
24 changed files with 8910 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
server: {
port: 5173,
host: true
}
})