First cut

This commit is contained in:
kadil
2026-04-17 16:08:31 -05:00
parent d10105ac00
commit 4ee4cb8e7c
58 changed files with 3243 additions and 1 deletions

10
config/sms-sites.json Normal file
View File

@@ -0,0 +1,10 @@
{
"sites": [
{
"allowedSenders": ["+15035550100"],
"phoneNumber": "+15035550142",
"repoRoot": ".",
"siteId": "timber-and-grain"
}
]
}