A demo app that can be run using electron and also rendered in a browser using a mocked API. This app was bootstrapped using @quick-start/electron, that relies on electron-vite.
When you launch the app in an electron window, you can open a file system prompt window:
yarn dev
When you launch the app in the browser directly, you cannot access the file system, but instead you will see a mocked prompt:
yarn web