curiouscorrelation dfc4130a78 fix(desktop): handle drag and drop fe side 20 часов назад
..
crates 19c1535b9d feat(server): specify bundle version at build time 21 часов назад
plugin-workspace dfc4130a78 fix(desktop): handle drag and drop fe side 20 часов назад
public a4ffd72a5c feat(desktop): offload app load to plugin system 21 часов назад
src ad100367f9 fix(desktop): missing migration as rebase artifact 21 часов назад
src-tauri dfc4130a78 fix(desktop): handle drag and drop fe side 20 часов назад
.gitignore ff0118b2d2 feat(desktop): instance switcher and vendored app 21 часов назад
README.md 9903598c72 fix(gen): qualifier clash when invalidating cache 21 часов назад
index.html df18e3d0e6 feat(desktop): init 21 часов назад
package.json ff0118b2d2 feat(desktop): instance switcher and vendored app 21 часов назад
postcss.config.js a4ffd72a5c feat(desktop): offload app load to plugin system 21 часов назад
tailwind.config.ts a4ffd72a5c feat(desktop): offload app load to plugin system 21 часов назад
tsconfig.json 3966cf8b4f fix(desktop): appload persistence in data json 21 часов назад
tsconfig.node.json df18e3d0e6 feat(desktop): init 21 часов назад
vite.config.ts 2410e4cdc1 feat(kernel): `io` 21 часов назад

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.