feat: smart animation mode

This commit is contained in:
Asaki Yuki 2026-01-26 15:35:55 +07:00
parent 7534a613cb
commit 1114828000
11 changed files with 207 additions and 44 deletions

View file

@ -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))