From 4342339aae79f0b93cc1f0260dc4946d818b4ec6 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 1 Apr 2024 10:48:25 +0200 Subject: [PATCH] link to gui --- scripts/postinstall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall.js b/scripts/postinstall.js index a1302bc..f29056b 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -7,7 +7,7 @@ const linkRoot = path.resolve(packagesPath, "core") const linkPackages = [ path.resolve(packagesPath, "cli"), - //path.resolve(packagesPath, "gui"), + path.resolve(packagesPath, "gui"), ] async function main() {