fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -13,6 +13,7 @@ export default defineConfig(({ mode }) => {
|
||||
fs: {
|
||||
allow: [".."],
|
||||
},
|
||||
allowedHosts: ["communitydentistsoflowell.mydentalofficemanagement.com"],
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: env.VITE_API_BASE_URL_BACKEND || "http://localhost:5000",
|
||||
|
||||
Reference in New Issue
Block a user