demo 环境不自动运行任务

This commit is contained in:
whyour
2025-05-08 01:43:14 +08:00
parent 710a107e73
commit 8174762c18
3 changed files with 24 additions and 10 deletions
+4
View File
@@ -618,3 +618,7 @@ export function getUninstallCommand(
return `${baseCommands[type]} ${name.trim()}`;
}
export function isDemoEnv() {
return process.env.DeployEnv === 'demo';
}