I'm trying to deploy my anvil (web)app on Heroku...I don't know if it is possible or not.
so if it is possible then how do I configure my Procfile? How it should look like? and what more do I need?
after posting this question I've tried myself
Procfile
web: python hss.py
worker: python hss.py
after starting the deployment I got this error
File "/app/hssssss/hss.py", line 20, in <module>
import anvil.server
class LiveObjectProxy(anvil.LiveObject):
AttributeError: module 'anvil' has no attribute 'LiveObject'