support docker

This commit is contained in:
musistudio 2025-12-25 23:00:24 +08:00
parent 6a20b2021d
commit cd7454d7fb
25 changed files with 541 additions and 206 deletions

View file

@ -1,7 +1,7 @@
import fs from "node:fs/promises";
import path from "node:path";
import { execSync } from "child_process";
import { CONFIG_FILE } from "@musistudio/claude-code-router-shared";
import { CONFIG_FILE } from "@CCR/shared";
import JSON5 from "json5";
export interface StatusLineModuleConfig {