This commit is contained in:
Mackie 2026-06-07 23:41:32 +08:00
parent 9e8330c0cd
commit fe6941cb74

View file

@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
b// vite.config.ts
// vite.config.ts
base: '/',
plugins: [react()],
worker: {