feat(new command): helper command to remove as non reusable pallets

This commit is contained in:
2025-06-11 20:50:43 -05:00
parent 6156a1a5bb
commit 353960bd26
7 changed files with 314 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ import outbound from "./route/getOutbound.js";
import { runHistoricalData } from "./controller/eom/historicalInv.js";
import intervalChecks from "./route/getActiveLogistics.js";
import getActiveLanes from "./route/getActiveLanes.js";
import removeAsNonReable from "./route/removeAsNonReusable.js";
const app = new OpenAPIHono();
@@ -45,6 +46,9 @@ const routes = [
// outbound deliveries
outbound,
intervalChecks,
// logisitcs
removeAsNonReable,
] as const;
// app.route("/server", modules);