This commit is contained in:
Asaki Yuki 2026-01-18 12:39:40 +07:00
parent 6a5addb383
commit ac3802e8fb
11 changed files with 1542 additions and 59 deletions

View file

@ -1,7 +1,3 @@
import { Memory } from "./Memory.js"
process.on("beforeExit", () => {
Memory.cache.forEach(({ elements, namespace }) => {
const contents = Memory.gen_ui_file_contents(namespace, elements)
})
})
process.on("beforeExit", () => {})