mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
fix: 修复 main 文件及 "production" 的问题
This commit is contained in:
@@ -153,7 +153,7 @@ export async function showSetupScreens(
|
||||
devChannels?: ChannelEntry[],
|
||||
): Promise<boolean> {
|
||||
if (
|
||||
"production" === 'test' ||
|
||||
process.env.NODE_ENV === 'test' ||
|
||||
isEnvTruthy(false) ||
|
||||
process.env.IS_DEMO // Skip onboarding in demo mode
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user