build stuff

This commit is contained in:
2025-12-12 17:27:08 -06:00
parent 3e8ff8ef4c
commit c3b2acd033
7 changed files with 1257 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
import express from "express";
import { setupRoutes } from "./src/routes/routeHandler.js";
import { setupRoutes } from "@/src/routes/routeHandler.js";
const app = express();