diff --git a/vite.config.ts b/vite.config.ts index 3e34260..2dea53a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,6 +1,7 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +// https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], }) \ No newline at end of file