Fix server-side script files being downloaded instead of navigated

This commit is contained in:
Tw93
2025-10-13 19:54:37 +08:00
parent 94ffceed53
commit 8b0af6f530
4 changed files with 259 additions and 254 deletions

View File

@@ -52,12 +52,12 @@
"dependencies": {
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/cli": "^2.8.4",
"axios": "^1.11.0",
"chalk": "^5.6.0",
"axios": "^1.12.2",
"chalk": "^5.6.2",
"commander": "^12.1.0",
"execa": "^9.6.0",
"file-type": "^18.7.0",
"fs-extra": "^11.3.1",
"fs-extra": "^11.3.2",
"icon-gen": "^5.0.0",
"loglevel": "^1.9.2",
"ora": "^8.2.0",
@@ -74,7 +74,7 @@
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.19.13",
"@types/node": "^20.19.21",
"@types/page-icon": "^0.3.6",
"@types/prompts": "^2.4.9",
"@types/tmp": "^0.2.6",
@@ -82,9 +82,9 @@
"app-root-path": "^3.1.0",
"cross-env": "^7.0.3",
"prettier": "^3.6.2",
"rollup": "^4.50.0",
"rollup": "^4.52.4",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}