Skip to content

Commit

Permalink
config: dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianENguyen committed May 12, 2024
1 parent d7477bc commit 34852c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
// devServer: {
// port: 8000,
// host: '0.0.0.0',
// },
devServer: {
port: 3000,
host: 'localhost',
},
app: {
pageTransition: { name: 'fade', mode: 'out-in' },
},
Expand Down

0 comments on commit 34852c2

Please sign in to comment.