mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
window.__TAURI_ISOLATION_HOOK__ = (payload) => {
|
|
console.log('hook', payload)
|
|
return payload
|
|
}
|