mirror of
https://github.com/Qortal/Q-Wallets.git
synced 2026-04-27 14:39:22 +00:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import { defineConfig } from 'vite';
|
|
import react from '@vitejs/plugin-react';
|
|
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
base: '',
|
|
});
|