5 lines
206 B
TypeScript
5 lines
206 B
TypeScript
// 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
|