[commerce] stub out commerce, for historical purposes

This commit is contained in:
Devin Zuczek
2026-08-11 10:51:39 -04:00
parent a012b5165a
commit 21024c7852
7 changed files with 338 additions and 7 deletions
+1
View File
@@ -23,6 +23,7 @@ export const DOCUMENTED_SERVICES: ReadonlyArray<{ slug: string; title: string }>
{ slug: 'match', title: 'match — matchmaking & presence' },
{ slug: 'econ', title: 'econ — avatar & economy' },
{ slug: 'clubs', title: 'clubs — clubs & clubhouses' },
{ slug: 'commerce', title: 'commerce — store catalog & purchases' },
{ slug: 'chat', title: 'chat — threads & messages' },
{ slug: 'img', title: 'img — image serving & resizing' },
{ slug: 'cdn', title: 'cdn — binary asset delivery' },