curiouscorrelation 6c9bc06933 fix(desktop): relax `refresh_token` requirement 6 дней назад
..
plugin-workspace 856c4335ca feat(appload): ability to vendor pre-built bytes 1 неделя назад
public fcb6902aa1 feat(desktop): offload app load to plugin system 1 неделя назад
src 738648e122 fix(desktop): cohesive splash opener, scroll url section 1 неделя назад
src-tauri 6c9bc06933 fix(desktop): relax `refresh_token` requirement 6 дней назад
.gitignore 57bd602935 feat(desktop): init 1 неделя назад
README.md b23574a7ee fix(gen): qualifier clash when invalidating cache 1 неделя назад
index.html 57bd602935 feat(desktop): init 1 неделя назад
package.json a307cf0c0b fix(desktop): appload persistence in data json 1 неделя назад
postcss.config.js fcb6902aa1 feat(desktop): offload app load to plugin system 1 неделя назад
tailwind.config.ts fcb6902aa1 feat(desktop): offload app load to plugin system 1 неделя назад
tsconfig.json a307cf0c0b fix(desktop): appload persistence in data json 1 неделя назад
tsconfig.node.json 57bd602935 feat(desktop): init 1 неделя назад
vite.config.ts 47e5a6ad01 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.