fix(ci): add Gitea CI workflows, documentation updates, and packaging metadata tweaks

This commit is contained in:
2026-01-26 12:48:50 +00:00
parent 4269058ab5
commit f7cd43933f
13 changed files with 326 additions and 61 deletions

View File

@@ -6,9 +6,7 @@
"to": "./ts/bundled_ui.ts",
"outputMode": "base64ts",
"bundler": "esbuild",
"includeFiles": [
"html/**/*"
]
"includeFiles": ["html/**/*"]
}
]
},
@@ -29,19 +27,14 @@
]
},
"@git.zone/tsview": {
"port": 3010,
"killIfBusy": true,
"port": 3010,
"killIfBusy": true,
"openBrowser": false
},
"@git.zone/cli": {
"services": [
"mongodb",
"minio"
],
"services": ["mongodb", "minio"],
"release": {
"registries": [
"https://verdaccio.lossless.digital"
],
"registries": ["https://verdaccio.lossless.digital"],
"accessLevel": "public"
},
"projectType": "npm",
@@ -55,4 +48,4 @@
}
},
"@ship.zone/szci": {}
}
}