chore: update Netlify configuration for build process and publishing path
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user