diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-11-09 22:55:22 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-11-09 22:55:22 -0500 |
| commit | 24eb775ba77f5a6a78a299d9fdffb34f8f167f8d (patch) | |
| tree | 32ab5163d55688dd90dc796aa44d94fec0b35c81 /vite.config.js | |
| parent | 91ce856f63bd1d7a188488476bdbec60b5bd58ff (diff) | |
| parent | a417c62edd4d3c07ba37b01835e89ed650489e09 (diff) | |
Merge branch 'main' into wip/touch-events
Diffstat (limited to 'vite.config.js')
| -rw-r--r-- | vite.config.js | 2 |
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', }, }, }); |
