From a9252e92f79c4131b2dd607ca304ffcc96e723c6 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 25 Mar 2025 19:45:15 +0100 Subject: [PATCH] Skeleton: Subscribe to official/scraped pocketbase tables --- src/routes/+layout.svelte | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c42763d..4f665d8 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -327,6 +327,9 @@ "seasonpicks", "substitutions", "teams", + "scraped_raceresults", + "scraped_driverstandings", + "scraped_teamstandings", // The view collections do not receive realtime events ]), @@ -342,6 +345,9 @@ "seasonpicks", "substitutions", "teams", + "scraped_raceresults", + "scraped_driverstandings", + "scraped_teamstandings", ]), );