Skip to content

Commit c0a4319

Browse files
teodorciuraruclaude
andcommitted
chore: Add local development configuration
- Add .claude settings for local development - Keep local Ditto SDK path for testing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 603188a commit c0a4319

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.claude/settings.local.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(powershell:*)",
5+
"Bash(git pull:*)",
6+
"Bash(where claude)",
7+
"Bash(npx @react-native-community/cli run-windows --help)",
8+
"Bash(git add:*)",
9+
"Bash(git commit:*)",
10+
"Bash(git push:*)",
11+
"Bash(npm run lint)",
12+
"Bash(dir:*)",
13+
"Bash(npm install:*)",
14+
"Bash(yarn lint)",
15+
"Bash(rm:*)",
16+
"Bash(yarn install)",
17+
"Bash(pwsh:*)",
18+
"Bash(npm install:*)"
19+
],
20+
"deny": [],
21+
"ask": []
22+
}
23+
}

react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:windows": "jest --config jest.config.windows.js"
1919
},
2020
"dependencies": {
21-
"@dittolive/ditto": "^4.12.0",
21+
"@dittolive/ditto": "file:C:/Users/teodo/Projects/ditto/sdks/js/dist/ditto-packed3.tgz",
2222
"react": "19.0.0",
2323
"react-native": "0.79.1",
2424
"react-native-bouncy-checkbox": "^4.1.2",

0 commit comments

Comments
 (0)