How to make Local Module work every time there is a change #631
-
I make local module in Genie, and I call those module in Controller File like this: include("MyModule.jl")
using .MyModule and the code running well. But if change code in file MyModule.jl, Controller not running as expected. |
Beta Was this translation helpful? Give feedback.
Answered by
AbhimanyuAryan
Mar 13, 2023
Replies: 1 comment 1 reply
-
can you please post your code/link to the repo? It could be that you use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kukut
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can you please post your code/link to the repo? It could be that you use
using YourAppModule.MyModule