Initial version (#1)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
15
packages/webapp/vite.config.ts
Normal file
15
packages/webapp/vite.config.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import react from "@vitejs/plugin-react"
|
||||
import { defineConfig } from "vite"
|
||||
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: true,
|
||||
port: 80,
|
||||
proxy: {
|
||||
"^/rpc.*": "http://server",
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user