My hugo app has package.json file (for ex: tailwindcss, postcss, etc) along with hugo's config.json file. DO's app platform recognize this as a node.js app.
In a same situation for python-heroko environment (i use dokku), I add runtime.txt to identify it as python app. Can we do something similar here?
My
hugoapp haspackage.jsonfile (for ex:tailwindcss,postcss, etc) along withhugo'sconfig.jsonfile. DO's app platform recognize this as anode.jsapp.In a same situation for
python-herokoenvironment (i usedokku), I addruntime.txtto identify it aspythonapp. Can we do something similar here?