Skip to content

Commit

Permalink
Development server to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelorodrigo committed Jul 7, 2024
1 parent b758c7f commit c426419
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ export default defineNuxtConfig({
})
}
],
devServer: {
port: 4000
},
devtools: {enabled: true},
piniaPersistedstate: {
storage: 'localStorage'
Expand Down

0 comments on commit c426419

Please sign in to comment.