Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 89763b8

Browse files
committed
add trust deps for llama-cpp to run postinstall
1 parent 3a61d53 commit 89763b8

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

bun.lockb

72 Bytes
Binary file not shown.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
},
1919
"peerDependencies": {
2020
"typescript": "^5.0.0"
21-
}
21+
},
22+
"trustedDependencies": [
23+
"@ava/docs",
24+
"@ava/oai-openapi",
25+
"node-llama-cpp"
26+
]
2227
}

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "server",
2+
"name": "@ava/server",
33
"version": "1.0.50",
44
"scripts": {
55
"dev": "bun run --watch src/index.ts",

0 commit comments

Comments
 (0)