fix: event grid skeleton visual artifact
All checks were successful
Backend Check Build (NixCN CMS) TeamCity build finished
Client CMS Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-02-13 12:06:10 +08:00
parent d230d7474e
commit fec6fa7312
2 changed files with 2 additions and 2 deletions

View File

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