Lucas Fernandes Nogueira 4a031add69 feat(core): expose `set_activation_policy`, closes #2258 (#2420) %!s(int64=4) %!d(string=hai) anos
..
src-tauri 4a031add69 feat(core): expose `set_activation_policy`, closes #2258 (#2420) %!s(int64=4) %!d(string=hai) anos
README.md 1c97a151c1 feat(examples): add `resources` example (#2001) %!s(int64=4) %!d(string=hai) anos
index.html 66916b739f chore: add `.prettierrc` in repo root (#2145) %!s(int64=4) %!d(string=hai) anos
package.json 1c97a151c1 feat(examples): add `resources` example (#2001) %!s(int64=4) %!d(string=hai) anos

README.md

Resource example

This example demonstrates the Tauri bundle resources functionality. The example adds src-tauri/assets/index.js as a resource (defined on tauri.conf.json > tauri > bundle > resources) and executes it using Node.js, locating the JavaScript file using the tauri::api::path::resolve_path API.