Initial Version of sitemap.xml spec

This commit is contained in:
2026-03-06 23:34:00 -06:00
parent fec5bfa5c7
commit e9495f65b5
41 changed files with 10665 additions and 35 deletions

9
config/default.json Normal file
View File

@@ -0,0 +1,9 @@
{
"server": {
"port": 3000,
"host": "0.0.0.0"
},
"logging": {
"level": "debug"
}
}