feat: smart animation mode
This commit is contained in:
parent
7534a613cb
commit
1114828000
11 changed files with 207 additions and 44 deletions
1
src/compilers/Configuration.ts
Normal file
1
src/compilers/Configuration.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const isBuildMode = process.argv.includes("--build")
|
||||
Reference in a new issue