Move config.ts from utils/ to src/
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { chmodSync, existsSync, mkdirSync, readFileSync, writeFileSync } from "fs";
|
||||
import { getAgentDir, getOAuthPath } from "../../utils/config.js";
|
||||
import { getAgentDir, getOAuthPath } from "../../config.js";
|
||||
|
||||
export interface OAuthCredentials {
|
||||
type: "oauth";
|
||||
|
||||
Reference in New Issue
Block a user