Skip to content

Commit 72f9e39

Browse files
committed
Revert E2B_DOCS_BASE
1 parent d0136d3 commit 72f9e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface UserConfig {
1414
}
1515

1616
export const USER_CONFIG_PATH = path.join(os.homedir(), '.e2b', 'config.json') // TODO: Keep in Keychain
17-
export const DOCS_BASE = `https://${process.env.E2B_DOCS_DOMAIN || process.env.E2B_DOMAIN || 'e2b.dev'}/docs`
17+
export const DOCS_BASE = process.env.E2B_DOCS_BASE || `https://${process.env.E2B_DOMAIN || 'e2b.dev'}/docs`
1818

1919
export function getUserConfig(): UserConfig | null {
2020
if (!fs.existsSync(USER_CONFIG_PATH)) return null

0 commit comments

Comments
 (0)