Shreyas 4fc1942344 fix(desktop): cache size for larger bundles, dev server, lints (#4796) 14 часов назад
..
crates a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
plugin-workspace 4fc1942344 fix(desktop): cache size for larger bundles, dev server, lints (#4796) 14 часов назад
public a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
src a1e581632d fix(desktop): change updater endpoint and some UX improvements (#4794) 21 часов назад
src-tauri 4fc1942344 fix(desktop): cache size for larger bundles, dev server, lints (#4796) 14 часов назад
.gitignore a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
README.md a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
index.html a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
package.json a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
postcss.config.js a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
tailwind.config.ts a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
tsconfig.json a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
tsconfig.node.json a6147f4ce4 feat: platform independent core and the new desktop app (#4684) 1 день назад
vite.config.ts 4fc1942344 fix(desktop): cache size for larger bundles, dev server, lints (#4796) 14 часов назад

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.