Files
Q-Wallets/vite.config.ts
T
2025-09-07 21:50:48 +02:00

8 lines
148 B
TypeScript

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