From 4b6243b07c17d34a2023fc5f8e85ff258f327ff7 Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:18:19 +0100 Subject: [PATCH] Update voila.json --- voila.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voila.json b/voila.json index 7fa63a0..35f1f6c 100644 --- a/voila.json +++ b/voila.json @@ -1,5 +1,5 @@ { "VoilaConfiguration": { - "file_whitelist": [".*"] + "file_allowlist": [".*"] } }