feat(education): publish Guanghu subdomain stage one
This commit is contained in:
parent
a57ce92e65
commit
058fd3ed15
43 changed files with 12391 additions and 12 deletions
|
|
@ -0,0 +1,4 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
export default defineConfig({ plugins: [react()], clearScreen: false, server: { strictPort: true } })
|
||||
Loading…
Reference in a new issue