update flow & screen adjust

This commit is contained in:
bagus-arie05
2025-09-16 14:40:21 +07:00
parent edec5bb339
commit 4e30edeaf8
9 changed files with 1521 additions and 305 deletions

No files matched your search

+5
View File
@@ -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',