fix(deploy): build ops web with shared tsconfig
Deployment Config CI / Deployment Config (push) Successful in 10s
Frontend CI / Frontend (push) Successful in 7m22s

This commit is contained in:
2026-05-01 00:53:35 +08:00
parent cbf8a8b36a
commit 873c0382e4
5 changed files with 23 additions and 2 deletions
+5
View File
@@ -24,4 +24,9 @@ server {
expires 1y;
add_header Cache-Control "public, immutable";
}
gzip on;
gzip_static on;
gzip_vary on;
gzip_types text/plain text/css application/json application/javascript text/xml;
}