diff options
| author | 2026-03-12 15:33:45 +0800 | |
|---|---|---|
| committer | 2026-03-12 15:33:45 +0800 | |
| commit | 8cfc2cff7e8d8afaa7870474deb80008230357f1 (patch) | |
| tree | e9d0ea1dec96cb56ea46af05e127d33405c61263 /src-tauri/capabilities/default.json | |
| parent | 23c9038e49677b836c2c933f732817cf87150458 (diff) | |
| download | DropOut-8cfc2cff7e8d8afaa7870474deb80008230357f1.tar.gz DropOut-8cfc2cff7e8d8afaa7870474deb80008230357f1.zip | |
fix(devUrl): update remote urls
Diffstat (limited to 'src-tauri/capabilities/default.json')
| -rw-r--r-- | src-tauri/capabilities/default.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index ea3fd7b..ee3644a 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -3,6 +3,14 @@ "identifier": "default", "description": "Default capabilities for the DropOut launcher", "windows": ["main"], + "remote": { + "urls": [ + "http://127.0.0.1:5173", + "http://127.0.0.1:5173/*", + "http://localhost:5173", + "http://localhost:5173/*" + ] + }, "permissions": [ "core:default", "core:event:default", |