Add commented-out Prometheus demo server as alternative to vite proxy config

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2024-09-06 21:22:26 +02:00
parent ee4a06be37
commit 5c88aa4fea

View file

@ -12,6 +12,14 @@ export default defineConfig({
"/-/": { "/-/": {
target: "http://localhost:9090", target: "http://localhost:9090",
}, },
// "/api": {
// target: "https://prometheus.demo.do.prometheus.io/",
// changeOrigin: true,
// },
// "/-/": {
// target: "https://prometheus.demo.do.prometheus.io/",
// changeOrigin: true,
// },
}, },
}, },
}); });