chore: update Netlify configuration for build process and publishing path

This commit is contained in:
Maze Winther
2025-06-24 17:49:12 +02:00
parent e5ade1f3ac
commit 91251fa94d

View File

@ -1,6 +1,7 @@
[build]
command = "npm run build"
publish = ".next"
base = "../.."
command = "bun install && bunx turbo build --filter=opencut"
publish = "apps/web/.next"
[[plugins]]
package = "@netlify/plugin-nextjs"