Commit a80727dc by lepdou

EnvUtils add transform tools env

parent a1ac97b4
......@@ -23,6 +23,8 @@ public final class EnvUtils {
return Env.DEV;
case "LOCAL":
return Env.LOCAL;
case "TOOLS":
return Env.TOOLS;
default:
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment