chore: update panel-config3

This commit is contained in:
Hermes Agent
2026-07-01 12:36:03 +00:00
parent 060ecf3a45
commit c2bc729d02
30 changed files with 3162 additions and 0 deletions

10
vite.config.ts Normal file
View File

@@ -0,0 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
ssr: {
noExternal: ['msw'],
},
})