UNPKG
together-code
Version:
latest (1.0.0)
1.0.0
AI-powered coding assistant that plans, then builds
together-code
/
.claude
/
settings.local.json
12 lines
•
200 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"permissions"
:
{
"allow"
:
[
"Bash(npm init:*)"
,
"Bash(mkdir:*)"
,
"Bash(npm install:*)"
,
"Bash(npm run build:*)"
,
"Bash(npm run dev:*)"
]
,
"deny"
:
[
]
}
}