We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9720f3a commit 3ebad48Copy full SHA for 3ebad48
opencode.json
@@ -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