Replies: 1 comment
-
We actually already check for precompiled tasks. https://github.com/luckyframework/lucky_cli/blob/master/src/lucky.cr#L18-L27 If you compile a task, and put it in to the Now, things like the help command can't be precompiled because in the case of I do agree that some of these things take longer than what would be nice. I haven't checked, but maybe there's a bug in how that works? 🤔 Try switching out your web in Procfile.dev from |
Beta Was this translation helpful? Give feedback.
-
Is there a way to have
lucky watch
or have a separate process in theProcfile
precompile the tasks?The tasks take a long time to run. Even running the help command. It also seems like the tasks are not cached to running the command
lucky
twice will recompile everything. Is there a way to shorten this runtime?Beta Was this translation helpful? Give feedback.
All reactions