chore: update Netlify configuration for build process and publishing path
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
[build]
|
[build]
|
||||||
command = "npm run build"
|
base = "../.."
|
||||||
publish = ".next"
|
command = "bun install && bunx turbo build --filter=opencut"
|
||||||
|
publish = "apps/web/.next"
|
||||||
|
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
package = "@netlify/plugin-nextjs"
|
package = "@netlify/plugin-nextjs"
|
||||||
|
Reference in New Issue
Block a user