fix: remove binding from wrangler.json for assets-only deploy

This commit is contained in:
NIJAT
2025-12-29 12:48:20 +04:00
parent a14c565ce0
commit 86d7ec6bc5

View File

@@ -2,7 +2,6 @@
"name": "linux-app-installer",
"compatibility_date": "2025-12-29",
"assets": {
"directory": "./out",
"binding": "ASSETS"
"directory": "./out"
}
}