feat(admin): moved server build/update to full app
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m27s

This commit is contained in:
2026-04-21 07:36:04 -05:00
parent b832d7aa1e
commit cb00addee9
49 changed files with 15551 additions and 36 deletions

View File

@@ -14,7 +14,8 @@ export interface ReturnHelper<T = unknown[]> {
| "email"
| "purchase"
| "tcp"
| "logistics";
| "logistics"
| "admin";
subModule: string;
level: "info" | "error" | "debug" | "fatal" | "warn";