chore: add pnpm workspace configuration with only built dependencies

This commit is contained in:
MythEclipse
2026-05-14 01:07:50 +07:00
parent 0bdab3b446
commit a02d1fb7c0
13 changed files with 3679 additions and 33 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import helmet from "helmet";
import http from "http";
import path from "path";
import pinoHttp from "pino-http";
import prism from "prism-media";
import * as prism from "prism-media";
import { WebSocketServer } from "ws";
import { AppError } from "./errors";
import { createChildLogger, logger } from "./logger";