chore: bootstrap devopspanel scaffold

This commit is contained in:
dev-agent
2026-04-28 16:06:16 +00:00
commit 99878bae4c
13 changed files with 325 additions and 0 deletions

6
vite.config.ts Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})