This commit is contained in:
Andreani Jean
2023-09-06 17:54:16 +02:00
parent 2afabb82f4
commit 56e2908f70

View File

@@ -12,6 +12,6 @@ export default defineConfig({
setupNodeEvents(on, config) {
// implement node event listeners here
},
baseUrl: 'http://localhost:5173'
baseUrl: 'https://geovisio-proxy-dev.osc-fr1.scalingo.io/'
}
})