You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even the simplest weblit apps do not build on heroku, while I can make normal luvit apps work. I believe it has something to do with the chroot in the filesystem modules.
The text was updated successfully, but these errors were encountered:
weblit successfully builds with lit locally and on Heroku here. I did have to use the main.lua from the lit_app example of the heroku-buildpack repo I used to deploy...
You also need to rename your first file "init.lua" for the lit build to work. Having said that, although weblit apps are built successfully, they will only run locally... I get an Application Error on Heroku (correctly using the port from the env variable).
I'd be interested in hearing whether it is possible to run weblit apps from Heroku.
Even the simplest weblit apps do not build on heroku, while I can make normal luvit apps work. I believe it has something to do with the chroot in the filesystem modules.
The text was updated successfully, but these errors were encountered: