fixed hot reload
This commit is contained in:
parent
0e9b8d4626
commit
ff4622b14a
@ -1,4 +1,12 @@
|
||||
export default defineNuxtConfig({
|
||||
vite: {
|
||||
server: {
|
||||
hmr: {
|
||||
port: 3000,
|
||||
clientPort: 3000
|
||||
}
|
||||
}
|
||||
},
|
||||
ssr: false,
|
||||
modules: ['@nuxtjs/tailwindcss', 'nuxt-icon', '@nuxtjs/google-fonts'],
|
||||
googleFonts: {
|
||||
|
Reference in New Issue
Block a user