refactor: remove tauri module/integration (#3377)
Some checks are pending
ci / ci (push) Waiting to run
build & push docker container / docker (push) Waiting to run

This commit is contained in:
Daniel Roe 2025-09-08 12:00:45 +01:00 committed by GitHub
parent 6f7806fa95
commit 4e96759f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 16 additions and 262 deletions

View file

@ -40,7 +40,6 @@ export default defineNuxtConfig({
'~~/modules/emoji-mart-translation',
'~~/modules/purge-comments',
'~~/modules/build-env',
'~~/modules/tauri/index',
'~~/modules/pwa/index', // change to '@vite-pwa/nuxt' once released and remove pwa module
'stale-dep/nuxt',
],
@ -69,9 +68,7 @@ export default defineNuxtConfig({
'~/styles/default-theme.css',
'~/styles/vars.css',
'~/styles/global.css',
...process.env.TAURI_PLATFORM === 'macos'
? []
: ['~/styles/scrollbars.css'],
'~/styles/scrollbars.css',
'~/styles/tiptap.css',
'~/styles/dropdown.css',
],