api-client/packages/hoppscotch-desktop
Shreyas a1e581632d
fix(desktop): change updater endpoint and some UX improvements (#4794)
fix: change updater endpoint and better UX
2025-02-28 14:59:01 +05:30
..
crates/webapp-bundler feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
plugin-workspace feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
public feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
src fix(desktop): change updater endpoint and some UX improvements (#4794) 2025-02-28 14:59:01 +05:30
src-tauri fix(desktop): change updater endpoint and some UX improvements (#4794) 2025-02-28 14:59:01 +05:30
.gitignore feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
index.html feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
package.json feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
postcss.config.js feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
README.md feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
tailwind.config.ts feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
tsconfig.json feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
tsconfig.node.json feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
vite.config.ts feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30

Hoppscotch Desktop App

Notes

  • Remember to pnpm build in tauri-plugin-appload before running the pnpm tauri dev server. Those exports needs to be built in tauri-plugin-appload/dist-js before they can be used.

  • Remember to build hoppscotch-selfhost-web with HOPP_ALLOW_RUNTIME_ENV=true pnpm generate to enable import-meta-env runtime env var injections into the built files.

  • Always check build.rs file in the plugin directory to make sure newly added commands are defined in the COMMANDS static str, these are used to generate permissions. This should regenerate permissions directory contents. Default permissions can be set with default.toml in the same directory.