diff --git a/ui/package-lock.json b/ui/package-lock.json index 6dfde6f..f4c2eef 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -20,6 +20,7 @@ "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", "@xyflow/react": "^12.10.0", + "autoforge-ai": "file:..", "canvas-confetti": "^1.9.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -53,7 +54,6 @@ "..": { "name": "autoforge-ai", "version": "0.1.0", - "extraneous": true, "license": "AGPL-3.0", "bin": { "autoforge": "bin/autoforge.js" @@ -3148,6 +3148,10 @@ "node": ">=10" } }, + "node_modules/autoforge-ai": { + "resolved": "..", + "link": true + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", diff --git a/ui/package.json b/ui/package.json index e563b99..8027070 100644 --- a/ui/package.json +++ b/ui/package.json @@ -24,6 +24,7 @@ "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", "@xyflow/react": "^12.10.0", + "autoforge-ai": "file:..", "canvas-confetti": "^1.9.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",