Files
Q-Wallets/vite.config.ts
2025-03-03 11:20:21 +01:00

8 lines
148 B
TypeScript

import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
base: "",
});