Using cron-parse lib to parse the cron expression. Cron-parse can handle with more scenarios.

This commit is contained in:
mfcar 2023-02-28 17:04:46 +00:00
parent e56164aa5a
commit 7c7a6df6e4
No known key found for this signature in database
2 changed files with 5 additions and 61 deletions

View file

@ -16,6 +16,7 @@
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/proxy": "^2.1.0",
"core-js": "^3.16.0",
"cron-parser": "^4.7.1",
"date-fns": "^2.25.0",
"epubjs": "^0.3.88",
"hls.js": "^1.0.7",
@ -36,4 +37,4 @@
"postcss": "^8.3.6",
"tailwindcss": "^3.1.4"
}
}
}