diff --git a/turbo.json b/turbo.json index 58e0584..a8f0a0a 100644 --- a/turbo.json +++ b/turbo.json @@ -2,11 +2,6 @@ "$schema": "https://turborepo.com/schema.json", "tasks": { "serve": { - "dependsOn": ["^build"], - "cache": false - }, - "dev": { - "with": ["@openmcp/renderer#serve", "@openmcp/service#serve"], "cache": false }, "build": {