Load Flutter runtime config from Vault
Build and deploy Flutter Web / build (push) Successful in 6m25s

This commit is contained in:
Ruslan Bakiev
2026-06-24 02:29:46 +07:00
parent c427801621
commit 6552c915a8
10 changed files with 83 additions and 32 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ server {
try_files /index.html =404;
}
location ~* ^/(bootstrap\.js|sw\.js)$ {
location ~* ^/(bootstrap\.js|sw\.js|config\.js)$ {
add_header Cache-Control "no-cache" always;
add_header Pragma "no-cache" always;
add_header Expires "0" always;