fix: netlify config
This commit is contained in:
parent
0ae852c185
commit
5977a5d253
|
|
@ -1,6 +1,6 @@
|
|||
[build]
|
||||
base = "."
|
||||
command = "bun install && bunx turbo build --filter=opencut"
|
||||
base = "apps/web"
|
||||
command = "bun install && bun run build"
|
||||
publish = "apps/web/.next"
|
||||
|
||||
[[plugins]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue