index.js 99 B

1234
  1. window.__TAURI_ISOLATION_HOOK__ = (payload) => {
  2. console.log('hook', payload)
  3. return payload
  4. }