diff options
| author | 2026-03-26 08:16:59 +0800 | |
|---|---|---|
| committer | 2026-03-26 08:47:19 +0800 | |
| commit | b95cd870357fcb0973bb02b1ec2d2fc061eafaec (patch) | |
| tree | 16dcf7c499d68e4d0205d16e6eaac765f853412d /src-tauri/capabilities | |
| parent | fbaee6cde3660143b65624620cfde748fd822f4c (diff) | |
| download | DropOut-b95cd870357fcb0973bb02b1ec2d2fc061eafaec.tar.gz DropOut-b95cd870357fcb0973bb02b1ec2d2fc061eafaec.zip | |
chore(pnpm): fix pnpm lock file
Diffstat (limited to 'src-tauri/capabilities')
| -rw-r--r-- | src-tauri/capabilities/default.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index ea3fd7b..81975f2 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -20,12 +20,12 @@ "allow": [{ "path": "**" }] }, { - "identifier": "fs:allow-exists", - "allow": [{ "path": "**" }] + "identifier": "fs:allow-exists", + "allow": [{ "path": "**" }] }, { - "identifier": "fs:allow-write-text-file", - "allow": [{ "path": "**" }] + "identifier": "fs:allow-write-text-file", + "allow": [{ "path": "**" }] } ] } |