mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
demo 环境不自动运行任务
This commit is contained in:
@@ -618,3 +618,7 @@ export function getUninstallCommand(
|
||||
|
||||
return `${baseCommands[type]} ${name.trim()}`;
|
||||
}
|
||||
|
||||
export function isDemoEnv() {
|
||||
return process.env.DeployEnv === 'demo';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user