Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
352c71af65 . 2025-10-18 15:36:49 +01:00
0c42c23669 . 2025-10-18 15:36:47 +01:00
5 changed files with 50 additions and 1 deletions

View file

@ -0,0 +1,20 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(npm run test:*)",
"Bash(npm test)",
"Bash(cargo:*)",
"Bash(grep:*)",
"Bash(npm test:*)",
"Bash(npm run lint)",
"Bash(docker build:*)",
"Bash(docker image:*)",
"Bash(timeout 120 docker buildx build --platform linux/arm64 -t vault-link-arm64-test . --load)",
"Bash(docker run:*)",
"Bash(./scripts/build-sync-server-binaries.sh:*)",
"Bash(npm install:*)"
],
"deny": []
}
}

View file

@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(npm test:*)",
"Bash(npm ls:*)",
"Bash(find:*)",
"Bash(grep -n \"isBinary\" ../node_modules/reconcile-text/dist/reconcile.node.js)",
"Read(/home/andras/projects/obsidian-shared-sync/sync-server/**)",
"Read(/mnt/wsl/PHYSICALDRIVE1/projects/obsidian-shared-sync/sync-server/**)"
],
"deny": []
}
}

View file

@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(npm run test:*)"
],
"deny": []
}
}

View file

@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Bash(cargo check:*)",
"Bash(rustup:*)"
],
"deny": []
}
}

View file

@ -1 +0,0 @@
DATABASE_URL=sqlite://db.sqlite3