summaryrefslogtreecommitdiff
path: root/vite.config.js
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-08 21:43:59 -0500
committerKit La Touche <kit@transneptune.net>2024-11-08 21:43:59 -0500
commitcae917ee04c1b421107108d809f545cbf414cfae (patch)
tree0fe087c00b2caad7d316ee28fc9cf24eff7de836 /vite.config.js
parentf31b4d8188ac7e38b6c42380649691c0e8e1e097 (diff)
parenta417c62edd4d3c07ba37b01835e89ed650489e09 (diff)
Merge branch 'main' into wip/pwa
Diffstat (limited to 'vite.config.js')
-rw-r--r--vite.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vite.config.js b/vite.config.js
index 3229f33..863d652 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -10,7 +10,7 @@ export default defineConfig({
]
},
proxy: {
- '/api': 'http://localhost:64209',
+ '/api': process.env['API_SERVER'] || 'http://localhost:64209',
},
},
});