project-gauntlet / gauntlet

Raycast-inspired open-source cross-platform application launcher with React-based plugins
Mozilla Public License 2.0
146 stars 4 forks source link

Command entrypoint is only executed once #4

Closed Exidex closed 6 months ago

Exidex commented 8 months ago

Currently command execution is done using dynamic import(). But imports are cached in Deno. Quick and dirty but obviously didn't work.