chore: update Netlify configuration for build process and publishing path
This commit is contained in:
parent
e5ade1f3ac
commit
91251fa94d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue