Fix ports dev : librodrome→3000, grateWizard→3001
Évite les conflits de ports entre projets : - nuxt.config.ts : devServer.port fixé à 3000 - app.config.ts : URL dev grateWizard corrigée 3009→3001 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,10 @@ export default defineNuxtConfig({
|
||||
|
||||
devtools: { enabled: true },
|
||||
|
||||
devServer: {
|
||||
port: 3000,
|
||||
},
|
||||
|
||||
modules: [
|
||||
'@nuxt/content',
|
||||
'@pinia/nuxt',
|
||||
|
||||
Reference in New Issue
Block a user