From 475aa2c8311a42ad3a6be755ac98ea518007ca52 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Wed, 5 Aug 2026 17:07:10 +0000 Subject: [PATCH] Add startos/utils.ts Add StartOS utility helpers --- startos/utils.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 startos/utils.ts diff --git a/startos/utils.ts b/startos/utils.ts new file mode 100644 index 0000000..154e5d0 --- /dev/null +++ b/startos/utils.ts @@ -0,0 +1,4 @@ +// 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 \ No newline at end of file