From acde3bba5b440d16b75458814f7c3fccd256ef60 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sun, 6 Sep 2026 10:33:48 +0200 Subject: [PATCH] feat(resources): entitle park-2 to only have the Booth and the Car Wash module. Not the Merchant Validations. --- komodo/resources.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komodo/resources.toml b/komodo/resources.toml index 6feddec..e6f77d4 100644 --- a/komodo/resources.toml +++ b/komodo/resources.toml @@ -90,7 +90,7 @@ COOKIE_SECURE=0 # Venue modules this site is ENTITLED to (vendor decision; the site admin activates within # this set in Setup → Site). Unset = every registered module. See wiki/decisions/venue-modules.md. # park-2 pilots the Car Wash module (2026-09-05). -MODULES_ENTITLED=parking +MODULES_ENTITLED=parking,carwash VISION_ENABLED=1 # Desktop app WS handshake: Origin is tauri://localhost (set explicitly by # platform-ws.ts, since the native WS plugin has no page context to auto-attach