set add QR code page
Deploy app frontend / app frontend (push) Failing after 52s
Deploy service couchdb / service couchdb (push) Successful in 28s
Deploy db-migrations / db-migrations (push) Successful in 57s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m3s
Deploy app frontend / app frontend (push) Failing after 52s
Deploy service couchdb / service couchdb (push) Successful in 28s
Deploy db-migrations / db-migrations (push) Successful in 57s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m3s
This commit is contained in:
@@ -113,7 +113,19 @@ export default defineConfig(({ mode }) => {
|
||||
Info(),
|
||||
|
||||
AutoImport({
|
||||
imports: ['vue', 'vue-router', unheadComposablesImports[0]],
|
||||
imports: [
|
||||
'vue',
|
||||
'vue-router',
|
||||
unheadComposablesImports[0],
|
||||
{
|
||||
from: '@tanstack/vue-query',
|
||||
imports: ['useQuery', 'useMutation'],
|
||||
},
|
||||
// {
|
||||
// from: '@hereconnect/types',
|
||||
// type: true,
|
||||
// },
|
||||
],
|
||||
}),
|
||||
|
||||
Components({
|
||||
|
||||
Reference in New Issue
Block a user