chore(trustedmeet.www): 🔧 Update Vite configuration files (vite.config.ts) to ensure compatibility with new build settings

This commit is contained in:
Lilith 2026-01-25 21:04:59 -08:00
parent 638884e050
commit f1d7375e0c
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ export default defineConfig({
healthCheckTimeout: 120000,
}),
react(),
pnpmResolve({ debug: true }),
pnpmResolve(),
],
resolve: {
alias: {

View file

@ -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(),