chore(trustedmeet.www): 🔧 Update Vite configuration files (vite.config.ts) to ensure compatibility with new build settings
This commit is contained in:
parent
638884e050
commit
f1d7375e0c
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ export default defineConfig({
|
|||
healthCheckTimeout: 120000,
|
||||
}),
|
||||
react(),
|
||||
pnpmResolve({ debug: true }),
|
||||
pnpmResolve(),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue