-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combining weekly/hourly tabs #64
Comments
Hi @limetheman, Thanks For using the package. |
Also if you could add "type" : "module" on top of your package.json, that would help a bunch |
^ I'm getting a syntax error from 'import { jsxs , jsx } from react/jsx-runtime' and adding this line on top of your package.json fixes this error for me |
added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I love your product so far, and have a feature request! Currently I am working on a project that includes mutating cron schedules on a specific weekly/hourly basis, is there any way you would be able to have a feature that combines multiple options into one for more customization or show me how? For example (7 0-4,7-23 ? * MON-THU *) Monday-thursday everyday at the 7th min past the hour, except 5 and 6.
The text was updated successfully, but these errors were encountered: