3
0
mirror of https://github.com/Qortal/q-shop.git synced 2025-01-28 22:02:21 +00:00
q-shop/vite.config.ts
2023-12-08 13:28:42 -05:00

9 lines
178 B
TypeScript

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: ''
})