feat: add QR Scanner tool with history, export, persistence and fullscreen support
This commit is contained in:
@@ -43,5 +43,11 @@ export default defineConfig({
|
||||
],
|
||||
define: {
|
||||
'__APP_VERSION__': JSON.stringify(packageJson.version)
|
||||
},
|
||||
server: {
|
||||
host: true,
|
||||
allowedHosts: [
|
||||
'.trycloudflare.com'
|
||||
]
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user