fix: updated README instructions + fixed app running issues/cross-compatibility over operating systems

This commit is contained in:
Benjamin Singleton 2025-06-10 21:10:55 -05:00
parent 6dc71c32cc
commit e523a019d2
8 changed files with 239 additions and 16 deletions

View file

@ -1,7 +1,7 @@
import { SAMPLE } from "@repo/common/sample";
import express from "express";
const PORT = 1224;
const PORT = 1225;
const app = express();