Deploy to now.sh?
It would be good if we can deploy this framework to now.sh. Will make it easy for serverless deployments. I think it should be a bit like nextjs.
That would be great. Zero already runs each endpoint in a separate process anyway. A Now compatible 'export' should be straightforward.
Would like to help on this points, I've looked in Zero code but still don't know where to start. Would you mint giving me a hint ?
Hi, I am with the same problem. I make the build works with this scripts on package.json: "scripts": { "build": "NODE_ENV=production zero build && mv zero-builds public", "start": "NODE_ENV=production zero" } but it ends with the public folder contents listed. The start script is not working. Anyone ?