You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// server: { // The idea is that you redirect all request that point to /api to express server root folder. Hence the rewrite. https://vite.dev/config/server-options.html#server-proxy
// proxy: {
// '/api': {
// target: 'http://localhost:3000', // Replace with your Express server's URL