debug.cr shards not work with lucky docker-compose up, any idea? #1804
Answered
by
Sija
zw963
asked this question in
Feature requests & Ideas
-
We always use our lovely clover project for example.
class Home::Index < BrowserAction
include Auth::AllowGuests
get "/" do
if current_user?
redirect Me::Show
else
p "1"*30
debug!("3"*30)
html Home::IndexPage
end
end
end
Any idea? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Sija
May 23, 2023
Replies: 1 comment 3 replies
-
Perhaps |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This same env needs to be also passed during compilation, is that happening?