diff --git a/netlify.toml b/apps/web/netlify.toml similarity index 58% rename from netlify.toml rename to apps/web/netlify.toml index 6e360f2..7422ce9 100644 --- a/netlify.toml +++ b/apps/web/netlify.toml @@ -1,8 +1,3 @@ -[build] - base = "apps/web" - command = "bun install && bun run build" - publish = "apps/web/.next" - [[plugins]] package = "@netlify/plugin-nextjs"