feat(build): optimize Dockerfile to build vendor packages during image build and streamline package.json scripts

This commit is contained in:
Asep Haryana Saputra
2026-05-21 12:27:07 +00:00
parent 0530bf9a60
commit 41197fd2c2
8 changed files with 83 additions and 19 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
import type { BroadcasterClient, ModerationBroadcaster } from "./broadcaster.js";
import type {
BroadcasterClient,
ModerationBroadcaster,
} from "./broadcaster.js";
export type AIStatus = "pending" | "clean" | "warn" | "flagged" | "error";