mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-05-02 04:00:06 +00:00
support docker
This commit is contained in:
parent
6a20b2021d
commit
cd7454d7fb
25 changed files with 541 additions and 206 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue