Project setup
This commit is contained in:
8
packages/webapp/vite.config.ts
Normal file
8
packages/webapp/vite.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import react from "@vitejs/plugin-react"
|
||||
import { defineConfig } from "vite"
|
||||
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
})
|
||||
Reference in New Issue
Block a user