Files
wx_pyq/vite.config.ts
jeremygan2021 99218d9035
Some checks failed
Deploy to Aliyun ACR / build-and-push (push) Has been cancelled
first commit
2026-02-27 17:01:55 +08:00

8 lines
161 B
TypeScript

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})