6 lines
224 B
TypeScript
6 lines
224 B
TypeScript
// Here we define any constants or functions that are shared by multiple components
|
|
// throughout the package codebase.
|
|
|
|
// The port the Premier Gunner Node server listens on inside the container.
|
|
export const uiPort = 3000
|