npm packaging and gitea publishing
Docker / build (push) Failing after 4m11s

This commit is contained in:
2025-12-15 23:02:51 -08:00
parent a92e575c48
commit 8c5ef76367
9 changed files with 39 additions and 122 deletions
+6 -2
View File
@@ -1,7 +1,11 @@
{
"name": "twitch-cloud-ebs",
"version": "0.0.0",
"private": true,
"files": [
"static",
"static_src"
],
"main": "static/index.js",
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
@@ -11,7 +15,7 @@
"@sugoidogo/selflare": "^1.1.3",
"@twurple/auth": "^7.4.0",
"fetch-retry": "^6.0.0",
"typescript": "^5.5.2",
"typescript": "^5.9.3",
"wrangler": "^4.43.0"
}
}