| .. | ||
| crates/webapp-bundler | ||
| plugin-workspace | ||
| public | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Hoppscotch Desktop App
Notes
-
Remember to
pnpm buildintauri-plugin-apploadbefore running thepnpm tauri devserver. Those exports needs to be built intauri-plugin-appload/dist-jsbefore they can be used. -
Remember to build
hoppscotch-selfhost-webwithHOPP_ALLOW_RUNTIME_ENV=true pnpm generateto enableimport-meta-envruntime env var injections into the built files. -
Always check
build.rsfile in the plugin directory to make sure newly added commands are defined in theCOMMANDSstatic str, these are used to generate permissions. This should regeneratepermissionsdirectory contents. Default permissions can be set withdefault.tomlin the same directory.