idk
This commit is contained in:
parent
6a5addb383
commit
ac3802e8fb
11 changed files with 1542 additions and 59 deletions
|
|
@ -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", () => {})
|
||||
|
|
|
|||
Reference in a new issue