feat: smart animation mode
This commit is contained in:
parent
7534a613cb
commit
1114828000
11 changed files with 207 additions and 44 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { isBuildMode } from "./Configuration.js"
|
||||
import { Memory } from "./Memory.js"
|
||||
|
||||
const isBuildMode = process.argv.includes("--build")
|
||||
|
||||
if (isBuildMode) {
|
||||
process.on("beforeExit", () => {
|
||||
console.log(JSON.stringify(Memory.build(), null, 2))
|
||||
|
|
|
|||
Reference in a new issue