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
import{defineConfig}from"vite";importreactfrom"@vitejs/plugin-react";// https://vitejs.dev/config/exportdefaultdefineConfig({server: {proxy: {"/api": "http://localhost:5000",},// to serve on the 3000 port host: '0.0.0.0',port: 3000,},plugins: [react()],})
The text was updated successfully, but these errors were encountered:
add the below code in the vite.config.js
The text was updated successfully, but these errors were encountered: