source:
lan-frontend/vite.config.js@
2058e5c
| Last change on this file since 2058e5c was 640ed89, checked in by , 7 months ago | |
|---|---|
|
|
| File size: 202 bytes | |
| Line | |
|---|---|
| 1 | import { defineConfig } from 'vite' |
| 2 | import react from '@vitejs/plugin-react' |
| 3 | |
| 4 | // https://vite.dev/config/ |
| 5 | export default { |
| 6 | server: { |
| 7 | proxy: { |
| 8 | "/api": "http://localhost:5555", |
| 9 | }, |
| 10 | }, |
| 11 | }; |
Note:
See TracBrowser
for help on using the repository browser.
