fix: (hopefully) fix retry conditions
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-02-13 11:40:00 +08:00
parent 550254b844
commit 545facba22
2 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig({
},
server: {
proxy: {
'/app/api': 'http://10.0.0.10:8000',
'/app/api': 'https://test.nix.org.cn',
},
host: '0.0.0.0',
port: 5173,