fix: display version number

This commit is contained in:
2025-05-12 13:42:23 -04:00
parent e6ab5700de
commit d91c90a5c2
7 changed files with 25 additions and 16 deletions

View File

@ -15,6 +15,9 @@ export default defineConfig({
changeOrigin: true
}
},
fs: {
allow: ['package.json']
},
host: '0.0.0.0'
}
});