curiouscorrelation 6c9bc06933 fix(desktop): relax `refresh_token` requirement 5 days ago
..
plugin-workspace 856c4335ca feat(appload): ability to vendor pre-built bytes 1 week ago
public fcb6902aa1 feat(desktop): offload app load to plugin system 1 week ago
src 738648e122 fix(desktop): cohesive splash opener, scroll url section 1 week ago
src-tauri 6c9bc06933 fix(desktop): relax `refresh_token` requirement 5 days ago
.gitignore 57bd602935 feat(desktop): init 1 week ago
README.md b23574a7ee fix(gen): qualifier clash when invalidating cache 1 week ago
index.html 57bd602935 feat(desktop): init 1 week ago
package.json a307cf0c0b fix(desktop): appload persistence in data json 1 week ago
postcss.config.js fcb6902aa1 feat(desktop): offload app load to plugin system 1 week ago
tailwind.config.ts fcb6902aa1 feat(desktop): offload app load to plugin system 1 week ago
tsconfig.json a307cf0c0b fix(desktop): appload persistence in data json 1 week ago
tsconfig.node.json 57bd602935 feat(desktop): init 1 week ago
vite.config.ts 47e5a6ad01 feat(kernel): `io` 1 week ago

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.