Hi @thedavid - thanks for helping!
This was definitely the right path. Here are all of the things that I had to do to make it work:
- Delete the
api/prismadirectory - Comment out (or delete) everything in the
api/src/lib/db.jsfile - Add the build scripts you specified to the api and web
package.jsonfiles - Update the build command in the
netlify.tomlfile to becommand = "yarn workspaces run build" - Delete everything in the
[[plugins]]section of thenetlify.tomlfile
The first version of the app seems to be working on Netlify now. I’ll share it once it’s a bit further along.
By the way - I’m excited to try the integrated auth solution once there’s something to check out! I’ve got a separate app I’m working on where I’m manually integrating Auth0. It would be so nice if that Just Worked™!