phero
phero copied to clipboard
initial setup
Skimmed down version of the Vercel export
The vercel export will
- create a folder dist/phero-vercel
- dist/phero-vercel/ will have subfolders with each service
- dist/phero-vercel/ will also have a vercel.json which hold the routes and builds for Vercel
Each service folder will only have -- index.js -- handler.js -- lib.js
The phero-execution.js file should be copied in to dist/ folder
@fransyozef Thanks so much for your effort. One thing I noted is the changed package-lock.json. Is this by accident or an essential part of the fix?