Workflow funktioniert nun wieder. Es gab Probleme nach Aenderungen.
Build and Publish Site / docker (push) Successful in 23s

ABER: Die Applikation funktioniert nur lokal. Die deployte Version geht noch nicht.
This commit is contained in:
2026-07-03 13:24:08 +02:00
parent 97a22cf704
commit b518ae8edb
1845 changed files with 292358 additions and 57 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"name": "cronosjs",
"description": "A cron based task scheduler for node and the browser, with extended syntax and timezone support.",
"version": "1.7.1",
"license": "ISC",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"keywords": [
"cron",
"schedule",
"scheduler",
"timezone support"
],
"bugs": "https://github.com/jaclarke/cronosjs/issues",
"repository": "github:jaclarke/cronosjs",
"dependencies": {},
"devDependencies": {
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.2",
"@pika/plugin-build-web": "^0.9.2",
"@pika/plugin-ts-standard-pkg": "^0.8.3",
"coveralls": "^3.1.0",
"jest": "^26.6.3",
"typescript": "^4.2.3"
},
"engines": {
"node": ">=8.0.0"
},
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}