From 415d36ce3291921cb07c311cbecd4c297e5c70c4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 29 Jan 2023 06:18:27 -0800 Subject: [PATCH] refactor: move pwa/build-info -> appConfig (#1508) --- components/nav/NavFooter.vue | 2 +- .../notification/NotificationPreferences.client.vue | 2 +- composables/about.ts | 2 +- composables/setups.ts | 2 +- composables/users.ts | 4 ++-- modules/build-env.ts | 8 ++++++-- modules/pwa/index.ts | 3 +++ modules/tauri/index.ts | 1 + modules/tauri/runtime/build-info.ts | 1 + nuxt.config.ts | 7 ++----- pages/notifications.vue | 2 +- pages/settings/notifications/index.vue | 2 +- pages/settings/notifications/push-notifications.vue | 2 +- pages/share-target.vue | 2 +- server/shared.ts | 5 ++++- 15 files changed, 27 insertions(+), 18 deletions(-) create mode 100644 modules/tauri/runtime/build-info.ts diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index ef8484b0..e72ec011 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -1,5 +1,5 @@