fix(core): add engine timeouts and symlink deno for yt-dlp

This commit is contained in:
NimBold
2026-06-17 20:20:21 +03:30
parent 2d27b14513
commit db99e10238
2 changed files with 30 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "node ../scripts/verify-binaries.js && npm run build",
"beforeBuildCommand": "node scripts/verify-binaries.js && npm run build",
"frontendDist": "../dist"
},
"app": {