api-client/packages/hoppscotch-desktop
2025-03-05 18:31:59 +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 fix: enable aws auth passthrough (#4825) 2025-03-05 18:31:59 +05:30
public feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
src feat(desktop): stablize updater ux and window state (#4798) 2025-03-03 15:00:04 +05:30
src-tauri fix: enable aws auth passthrough (#4825) 2025-03-05 18:31:59 +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 fix: version bump regression for sh-desktop and agent (#4801) 2025-03-03 15:59:27 +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 fix(desktop): cache size for larger bundles, dev server, lints (#4796) 2025-02-28 22:18:51 +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.