jsonui builder
This commit is contained in:
parent
6a95bcc384
commit
0c8a9cc622
7 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { isBuildMode } from "./Configuration.js"
|
||||
import { Memory } from "./Memory.js"
|
||||
import { isBuildMode } from "../Configuration.js"
|
||||
import { Memory } from "../Memory.js"
|
||||
|
||||
if (isBuildMode) {
|
||||
process.on("beforeExit", () => {
|
||||
0
src/compilers/ui/installer.ts
Normal file
0
src/compilers/ui/installer.ts
Normal file
0
src/compilers/ui/linker.ts
Normal file
0
src/compilers/ui/linker.ts
Normal file
0
src/compilers/ui/manifest.ts
Normal file
0
src/compilers/ui/manifest.ts
Normal file
Reference in a new issue