fix(deploy): build ops web with shared tsconfig
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user