Skip to content

Commit 3ebad48

Browse files
committed
chore: add opencode.json
1 parent 9720f3a commit 3ebad48

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

opencode.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://opencode.ai/config.json",
3+
"permission": {
4+
"bash": {
5+
"node *": "deny",
6+
"npx prettier *": "allow",
7+
"npm run build": "allow",
8+
"npm run build:types": "allow",
9+
"npm run check": "allow",
10+
"npm run clean": "allow",
11+
"npm run eslint": "allow",
12+
"npm run format": "allow",
13+
"npm run format:check": "allow",
14+
"npm run gen-api": "allow",
15+
"npm run gen-index": "allow",
16+
"npm run gen-md": "allow",
17+
"npm run gen-schemas-md": "allow",
18+
"npm run gen-ts": "allow",
19+
"npm run lint": "allow",
20+
"npm run list": "allow",
21+
"npm run test": "allow"
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)