mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-03 02:09:50 +03:00
315 B
315 B
tauri |
---|
minor |
The Tauri script is now injected with the webview init
API, so it is available after page changes.
It will no longer be injected on ${distDir}/index.tauri.html
, but we will add a ${distDir}/__tauri.js
file to read it at app compile time.
You should add that to your .gitignore
file.