mirror of
https://github.com/Qortal/q-fund-v2.git
synced 2025-01-28 22:02:20 +00:00
9 lines
174 B
TypeScript
9 lines
174 B
TypeScript
import { defineConfig } from 'vite'
|
|
import react from '@vitejs/plugin-react'
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
base: ""
|
|
})
|