fix: 修复windows下调试时的1420端口占用问题

This commit is contained in:
lanyeeee
2025-07-08 20:56:58 +08:00
parent f205abe6d5
commit 03632eb321
2 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"identifier": "com.lanyeeee.bilibili-video-downloader",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"devUrl": "http://localhost:5005",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},