curiouscorrelation e4adfd6e30 fix(desktop): http version deserialization | 1 day ago | |
---|---|---|
.. | ||
plugin-workspace | 1 day ago | |
public | 1 week ago | |
src | 1 week ago | |
src-tauri | 1 day ago | |
.gitignore | 1 week ago | |
README.md | 1 week ago | |
index.html | 1 week ago | |
package.json | 1 week ago | |
postcss.config.js | 1 week ago | |
tailwind.config.ts | 1 week ago | |
tsconfig.json | 1 week ago | |
tsconfig.node.json | 1 week ago | |
vite.config.ts | 1 week ago |
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.