initial relay scaffold

This commit is contained in:
local
2026-05-11 20:03:27 -05:00
commit b9d86fa303
58 changed files with 7609 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// Shared constants used across the package codebase.
// Port 3002 to keep it distinct from Recap's 3001 if anyone ever
// co-installs both packages on the same host for testing.
export const uiPort = 3002