From 31801239f4d34f486324818580ce782272c72c47 Mon Sep 17 00:00:00 2001 From: komisla Date: Wed, 8 Apr 2026 11:44:50 +0000 Subject: [PATCH] fix: add repo_manifest.json so app finds projects and access control --- manifests/repo_manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/repo_manifest.json diff --git a/manifests/repo_manifest.json b/manifests/repo_manifest.json new file mode 100644 index 0000000..2070b7f --- /dev/null +++ b/manifests/repo_manifest.json @@ -0,0 +1,7 @@ +{ + "schema_version": "1.0", + "repo_type": "edition_workspace", + "projects_root": "musicocr-data/projects", + "campaigns_root": "campaigns", + "access_control_file": "musicocr-data/manifests/access_control.json" +} \ No newline at end of file