update flow & screen adjust
This commit is contained in:
No files matched your search
@@ -12,6 +12,7 @@ export default defineNuxtConfig({
|
||||
'@nuxt/test-utils',
|
||||
'@nuxt/ui',
|
||||
'nuxt-qrcode',
|
||||
|
||||
'@pinia/nuxt',
|
||||
(_options, nuxt) => {
|
||||
nuxt.hooks.hook('vite:extendConfig', (config) => {
|
||||
@@ -28,6 +29,10 @@ export default defineNuxtConfig({
|
||||
build: {
|
||||
transpile: ['vuetify'],
|
||||
},
|
||||
devServer: {
|
||||
host: "10.10.150.114",
|
||||
port: 3000,
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
viewport: 'width=device-width,initial-scale=1',
|
||||
|
||||
Reference in New Issue
Block a user