From c426419b22e303e24a9e6e3af63b7c9850e80e2f Mon Sep 17 00:00:00 2001 From: Marcelo Wiebbelling Date: Sun, 7 Jul 2024 15:55:42 +0200 Subject: [PATCH] Development server to 3000 --- README.md | 2 +- nuxt.config.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 3200fe2..d8f26c0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ yarn install ## Development Server -Start the development server on `http://localhost:4000`: +Start the development server on `http://localhost:3000`: ```bash yarn dev diff --git a/nuxt.config.ts b/nuxt.config.ts index 1c58648..234d52b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -68,9 +68,6 @@ export default defineNuxtConfig({ }) } ], - devServer: { - port: 4000 - }, devtools: {enabled: true}, piniaPersistedstate: { storage: 'localStorage'