mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-11 04:09:04 -06:00
wails project init
This commit is contained in:
7
frontend/vite.config.ts
Executable file
7
frontend/vite.config.ts
Executable file
@@ -0,0 +1,7 @@
|
||||
import {defineConfig} from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()]
|
||||
})
|
||||
Reference in New Issue
Block a user