Skip to content

Commit

Permalink
feat: experimental support clash-rs (#23)
Browse files Browse the repository at this point in the history
* feat: prepare sidecar

* fix: armv8 support
  • Loading branch information
greenhat616 authored Nov 28, 2023
1 parent 341f76f commit 7e7ce41
Show file tree
Hide file tree
Showing 9 changed files with 246 additions and 77 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"web:dev": "vite",
"web:build": "tsc && vite build",
"web:serve": "vite preview",
"check": "node scripts/check.mjs",
"check": "tsx scripts/check.ts",
"updater": "node scripts/updater.mjs",
"publish": "node scripts/publish.mjs",
"portable": "node scripts/portable.mjs",
Expand Down Expand Up @@ -55,14 +55,18 @@
"@types/react-transition-group": "^4.4.9",
"@vitejs/plugin-react": "^4.1.0",
"adm-zip": "^0.5.9",
"colorize-template": "1.0.0",
"consola": "3.2.3",
"cross-env": "^7.0.3",
"fs-extra": "^10.0.0",
"https-proxy-agent": "^5.0.1",
"husky": "^7.0.0",
"node-fetch": "^3.2.6",
"picocolors": "1.0.0",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"sass": "^1.54.0",
"tsx": "4.5.0",
"typescript": "^4.7.4",
"vite": "^4.5.0",
"vite-plugin-monaco-editor": "^1.1.0",
Expand Down
68 changes: 68 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e7ce41

Please sign in to comment.