my astro.config.mjs is currently configured like this. I have some controller that impleted with Astro actions. I am getting the following error in my Vercel deployments:
Running build in Washington, D.C., USA (East) – iad1
Cloning github.com/unbnd-operations/hahn-beerlay (Branch: dj/db-connection, Commit: 8ee5aa0)
Cloning completed: 754.053ms
Restored build cache from previous deployment (92Z4oAxrfw7wfsxUZcrey43f2VgA)
Running "vercel build"
Vercel CLI 37.4.0
Installing dependencies...
added 6 packages, removed 12 packages, and changed 27 packages in 6s
219 packages are looking for funding
run `npm fund` for details
Running "npm run build"
> hahn-beerlay@0.0.1 build
> npm run prisma:generate && astro build
> hahn-beerlay@0.0.1 prisma:generate
> npx prisma generate
Prisma schema loaded from prisma/schema.prisma
✔ Generated Prisma Client (v5.18.0) to ./node_modules/@prisma/client in 132ms
Start by importing your Prisma Client (See: http://pris.ly/d/importing-client)
Tip: Curious about the SQL queries Prisma ORM generates? Optimize helps you enhance your visibility: https://pris.ly/tip-2-optimize
[config] Astro found issue(s) with your configuration:
! experimental Invalid or outdated experimental feature.
Check for incorrect spelling or outdated Astro version.
See https://docs.astro.build/en/reference/configuration-reference/#experimental-flags for a list of all current experiments..
Error: No Output Directory named "dist" found after the Build completed. You can configure the Output Directory in your Project Settings.
Learn More: https://vercel.link/missing-public-directory