Replace deprecated shell-open with opener plugin to open urls and folders (#40)

This commit is contained in:
Huang Xin
2024-12-25 16:17:03 +01:00
committed by GitHub
parent f76bce5575
commit 82fb92cf86
9 changed files with 348 additions and 26 deletions
+7
View File
@@ -82,6 +82,13 @@ This project is a monorepo. The code for the `readest-app` is in the `app/reades
| `pnpm dev-web` | Starts the development server for the web app only |
| `pnpm build-web` | Builds the web app |
Recommended Visual Studio Code plugins for development:
- JavaScript and TypeScript Nightly (ms-vscode.vscode-typescript-next)
- VS Code ESLint extension (dbaeumer.vscode-eslint)
- Prettier - Code formatter (esbenp.prettier-vscode)
- rust-analyzer (rust-lang.rust-analyzer) (for Tauri development only)
### When you're done
Check that your code follows the project's style guidelines by running: