curiouscorrelation e4adfd6e30 fix(desktop): http version deserialization 1 день назад
..
plugin-workspace e4adfd6e30 fix(desktop): http version deserialization 1 день назад
public 30f210dc5b feat(desktop): offload app load to plugin system 1 неделя назад
src 148cb8e3bb feat(desktop): launch session on working endpoints 1 неделя назад
src-tauri e4adfd6e30 fix(desktop): http version deserialization 1 день назад
.gitignore 8d7bb0c805 feat(desktop): init 1 неделя назад
README.md a02aaf710c fix(gen): qualifier clash when invalidating cache 1 неделя назад
index.html 8d7bb0c805 feat(desktop): init 1 неделя назад
package.json 91c5c589d1 fix(desktop): appload persistence in data json 1 неделя назад
postcss.config.js 30f210dc5b feat(desktop): offload app load to plugin system 1 неделя назад
tailwind.config.ts 30f210dc5b feat(desktop): offload app load to plugin system 1 неделя назад
tsconfig.json 91c5c589d1 fix(desktop): appload persistence in data json 1 неделя назад
tsconfig.node.json 8d7bb0c805 feat(desktop): init 1 неделя назад
vite.config.ts cd6ac79ac5 feat(kernel): `io` 1 неделя назад

README.md

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.