Remove dev build target

This commit is contained in:
crazywhalecc
2025-03-25 16:13:41 +08:00
parent 8459754692
commit f37110605e
5 changed files with 18 additions and 49 deletions

View File

@@ -61,8 +61,7 @@ const BUILD_TARGET_CLI = 1; // build cli
const BUILD_TARGET_MICRO = 2; // build micro
const BUILD_TARGET_FPM = 4; // build fpm
const BUILD_TARGET_EMBED = 8; // build embed
const BUILD_TARGET_DEV = 16; // build dev
const BUILD_TARGET_ALL = 31; // build all
const BUILD_TARGET_ALL = 15; // build all
// doctor error fix policy
const FIX_POLICY_DIE = 1; // die directly