ya isntala y da menor errores en desarrollo, aun no es perfecto pero ta bien
This commit is contained in:
@@ -3,7 +3,13 @@ import { defineNuxtConfig } from 'nuxt/config'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-08-02',
|
||||
devtools: { enabled: true },
|
||||
devtools: {
|
||||
enabled: true,
|
||||
vscode: {},
|
||||
timeline: {
|
||||
enabled: true
|
||||
}
|
||||
},
|
||||
|
||||
// Server configuration for proxy compatibility
|
||||
devServer: {
|
||||
@@ -15,10 +21,16 @@ export default defineNuxtConfig({
|
||||
// Additional development configuration for proxy
|
||||
dev: process.env.NODE_ENV !== 'production',
|
||||
|
||||
// Vite configuration for HMR through proxy
|
||||
// Vite configuration for HMR through proxy
|
||||
vite: {
|
||||
server: {
|
||||
hmr: false
|
||||
hmr: {
|
||||
// Use proxy host instead of direct connection
|
||||
host: 'musica.nucleoriofrio.com',
|
||||
// Use default HTTPS port (443) through proxy
|
||||
clientPort: 443,
|
||||
protocol: 'wss'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user