2025-06-22 13:26:17 +02:00
|
|
|
[build]
|
2025-06-25 18:19:28 +02:00
|
|
|
base = "apps/web"
|
|
|
|
|
command = "bun install && bun run build"
|
2025-06-24 17:49:12 +02:00
|
|
|
publish = "apps/web/.next"
|
2025-06-22 13:26:17 +02:00
|
|
|
|
|
|
|
|
[[plugins]]
|
|
|
|
|
package = "@netlify/plugin-nextjs"
|
2025-06-23 16:25:06 +02:00
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "https://appcut.app/*"
|
|
|
|
|
to = "https://opencut.app/:splat"
|
|
|
|
|
status = 301
|
2025-06-25 16:17:53 +02:00
|
|
|
force = true
|