feat: migrate todo note to nc01 github storage

This commit is contained in:
Codex
2026-07-10 03:47:30 +02:00
parent e11c140b09
commit 0184bd7334
57 changed files with 3738 additions and 350 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export interface TransSshBackendConfig {
sourceRef: string;
}
const defaultTransConfigPath = ".env/trans.ymal";
const defaultTransConfigPath = "/root/.unidesk/.env/trans.ymal";
export function readTransSshBackendConfig(env: NodeJS.ProcessEnv = process.env): TransSshBackendConfig | null {
const configPath = resolveTransConfigPath(env);