From 74ff1075078e72092580c48e4819dcafa591dd49 Mon Sep 17 00:00:00 2001 From: Albert Ye Date: Wed, 19 Feb 2025 17:02:54 -0800 Subject: [PATCH] add rt to list of services in cluster.toml --- cluster.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster.toml b/cluster.toml index e1fff73..164f0ce 100644 --- a/cluster.toml +++ b/cluster.toml @@ -49,6 +49,7 @@ notes = { git = "https://github.com/ocf/notes" } ocfstatic = { git = "https://github.com/ocf/ocfstatic" } ocfweb = { git = "https://github.com/ocf/ocfweb" } outline = { git = "https://github.com/ocf/outline" } +rt = { git = "https://github.com/ocf/rt" } templates = { git = "https://github.com/ocf/templates" } transpire = { git = "https://github.com/ocf/transpire" } ocfdocs = { git = "https://github.com/ocf/ocfdocs" }