dynamic.mjs 113 B

1234
  1. const { app } = await import('electron');
  2. const { exitWithApp } = await import('./exit.mjs');
  3. exitWithApp(app);