source: lan-frontend/vite.config.js@ 2058e5c

Last change on this file since 2058e5c was 640ed89, checked in by istevanoska <ilinastevanoska@…>, 7 months ago

Initial commit

  • Property mode set to 100644
File size: 202 bytes
Line 
1import { defineConfig } from 'vite'
2import react from '@vitejs/plugin-react'
3
4// https://vite.dev/config/
5export default {
6 server: {
7 proxy: {
8 "/api": "http://localhost:5555",
9 },
10 },
11};
Note: See TracBrowser for help on using the repository browser.