curiouscorrelation d5128eeef3 fix(desktop): http version deserialization 1 месяц назад
..
plugin-workspace d5128eeef3 fix(desktop): http version deserialization 1 месяц назад
public 8a6da57cb8 feat(desktop): offload app load to plugin system 1 месяц назад
src 8022fbe704 feat(desktop): launch session on working endpoints 1 месяц назад
src-tauri d5128eeef3 fix(desktop): http version deserialization 1 месяц назад
.gitignore a6ebd40eb4 feat(desktop): init 1 месяц назад
README.md 70473555c7 fix(gen): qualifier clash when invalidating cache 1 месяц назад
index.html a6ebd40eb4 feat(desktop): init 1 месяц назад
package.json 7f9d8fd1b9 fix(desktop): appload persistence in data json 1 месяц назад
postcss.config.js 8a6da57cb8 feat(desktop): offload app load to plugin system 1 месяц назад
tailwind.config.ts 8a6da57cb8 feat(desktop): offload app load to plugin system 1 месяц назад
tsconfig.json 7f9d8fd1b9 fix(desktop): appload persistence in data json 1 месяц назад
tsconfig.node.json a6ebd40eb4 feat(desktop): init 1 месяц назад
vite.config.ts 1964e29519 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.