Built the Sentinel Tab
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user