4 lines
194 B
TypeScript
4 lines
194 B
TypeScript
// Here we define any constants or functions that are shared by multiple components
|
|
// throughout the package codebase. This file will be unnecessary for many packages.
|
|
|
|
export const uiPort = 80 |