Commit aa4bc7b
committed
feat: integrate Deno for faster frontend builds (8x install, 2.2x build)
- Add deno.yml taskfile with install, dev, build, preview, test commands
- Update npm.yml to use deno install (creates node_modules at root)
- Update tauri.yml to use deno:install dep and deno run for tauri-cli
- Configure deno.jsonc with workspace and nodeModulesDir settings
- Hybrid approach: Deno for speed, npm for Vitest/Playwright compatibility
Closes #2151 parent ab22484 commit aa4bc7b
6 files changed
Lines changed: 1501 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
4 | 29 | | |
5 | 30 | | |
6 | 31 | | |
| |||
0 commit comments