chore: update panel-config3

This commit is contained in:
Hermes Agent
2026-07-01 12:35:25 +00:00
commit 060ecf3a45
31 changed files with 3311 additions and 0 deletions

10
client/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'],
},
})