It's a monorepo powered by turborepo.
-
web folder contains a nuxt 3 app which has nitro server in it. go to /api/nuxt-endpoint to see the output
-
nitro folder has nitro server and it has a endpoint which returns a json. it runs on the edge see nitro.config.ts
here is how I tested it:
- went to vercel and select the repository
- some configuration needs to be done:
- Framework presets: Nuxt JS
- Root directory: edit > apps > web
- build and output settings: override build command > "cd .. && pnpm run build"
- deploy