install/global link fixes and updates
This commit is contained in:
parent
b906cb2377
commit
f742a1d765
@ -3,10 +3,6 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Gadget Code - A self-hosted Agentic Engineering Platform (AEP).",
|
"description": "Gadget Code - A self-hosted Agentic Engineering Platform (AEP).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
|
||||||
"gadget-code": "./dist/web-cli.js",
|
|
||||||
"gadget-code-web": "./dist/web-app.js"
|
|
||||||
},
|
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm build:backend",
|
"build": "pnpm build:backend",
|
||||||
|
|||||||
@ -4,5 +4,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "Gadget Code monorepo workspace root",
|
"description": "Gadget Code monorepo workspace root",
|
||||||
"packageManager": "pnpm@10.33.2",
|
"packageManager": "pnpm@10.33.2",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0",
|
||||||
}
|
"scripts": {
|
||||||
|
"link:global": "pnpm --filter gadget-drone exec -- pnpm link --global && pnpm --filter gadget-tasks exec -- pnpm link --global"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -4,9 +4,16 @@ settings:
|
|||||||
autoInstallPeers: true
|
autoInstallPeers: true
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
|
overrides:
|
||||||
|
list: link:../../snap/code/198/.local/share/pnpm/global/5/node_modules/list
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
.: {}
|
.:
|
||||||
|
dependencies:
|
||||||
|
list:
|
||||||
|
specifier: link:../../snap/code/198/.local/share/pnpm/global/5/node_modules/list
|
||||||
|
version: link:../../snap/code/198/.local/share/pnpm/global/5/node_modules/list
|
||||||
|
|
||||||
gadget-code:
|
gadget-code:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
@ -7,3 +7,5 @@ packages:
|
|||||||
allowBuilds:
|
allowBuilds:
|
||||||
esbuild: true
|
esbuild: true
|
||||||
msgpackr-extract: true
|
msgpackr-extract: true
|
||||||
|
overrides:
|
||||||
|
list: link:../../snap/code/198/.local/share/pnpm/global/5/node_modules/list
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user