Add sourcebot itself to the demo site config

This commit is contained in:
bkellam 2024-10-02 12:32:33 -07:00
parent e9f2ca0aed
commit c9cbdbe81e

View file

@ -31,6 +31,11 @@
"Type": "github", "Type": "github",
"GitHubOrg": "tailwindlabs", "GitHubOrg": "tailwindlabs",
"Name": "^tailwindcss$" "Name": "^tailwindcss$"
},
{
"Type": "github",
"GitHubOrg": "sourcebot-dev",
"Name": "^sourcebot$"
} }
] ]
} }