mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add installer changes
This commit is contained in:
parent
e765ccf303
commit
2158478894
13 changed files with 674 additions and 21 deletions
|
|
@ -64,5 +64,18 @@
|
|||
"type": "git",
|
||||
"url": "git+https://github.com/AikidoSec/safe-chain.git",
|
||||
"directory": "packages/safe-chain"
|
||||
},
|
||||
"pkg": {
|
||||
"assets": [
|
||||
"src/**/*.js",
|
||||
"node_modules/**/*"
|
||||
],
|
||||
"targets": [
|
||||
"node20-macos-arm64",
|
||||
"node20-macos-x64",
|
||||
"node20-linux-x64",
|
||||
"node20-linux-arm64",
|
||||
"node20-win-x64"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue