Built the Sentinel Tab

This commit is contained in:
Sagnik
2026-04-12 02:02:58 +05:30
parent fb656d1443
commit 075ab280ad
526 changed files with 17646 additions and 70931 deletions

View File

@@ -12,4 +12,26 @@ export default defineConfig({
"@": path.resolve(__dirname, "./src"),
},
},
server: {
host: "127.0.0.1",
port: 5173,
proxy: {
"/api": {
target: "https://54.152.236.10",
changeOrigin: true,
secure: false,
ws: true,
},
"/assets": {
target: "https://54.152.236.10",
changeOrigin: true,
secure: false,
},
"/vault": {
target: "https://54.152.236.10",
changeOrigin: true,
secure: false,
},
},
},
});