feat: migrate todo note to nc01 github storage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user