diff --git a/@deployments/trustedmeet.www/vite.config.ts b/@deployments/trustedmeet.www/vite.config.ts index a2a7ee383..65dd49019 100644 --- a/@deployments/trustedmeet.www/vite.config.ts +++ b/@deployments/trustedmeet.www/vite.config.ts @@ -27,7 +27,7 @@ export default defineConfig({ healthCheckTimeout: 120000, }), react(), - pnpmResolve({ debug: true }), + pnpmResolve(), ], resolve: { alias: { diff --git a/features/landing/frontend-public/vite.config.ts b/features/landing/frontend-public/vite.config.ts index d6e7aaa5e..c8b417f73 100755 --- a/features/landing/frontend-public/vite.config.ts +++ b/features/landing/frontend-public/vite.config.ts @@ -11,7 +11,7 @@ export default defineConfig({ plugins: [ dependencyStartupPlugin({ feature: 'landing', - autoStart: false, // Disabled when started by orchestrator to prevent nested startup loops + autoStart: false, // Feature configs don't start dependencies - orchestrator handles that }), react(), pnpmResolve(),