Skip to content

Commit c36e274

Browse files
Update resource path in tauri configuration for correct backend access
- Adjusted the `resources` path in `tauri.conf.json` to ensure proper referencing of the backend configuration file, improving the build process for the client application.
1 parent 49a6121 commit c36e274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"icons/icon.ico"
3838
],
3939
"externalBin": ["bin/backend/backend"],
40-
"resources": ["../backend/config.yml.example"]
40+
"resources": ["../../backend/config.yml.example"]
4141
}
4242
}

0 commit comments

Comments
 (0)