fix(capacitor): getting capacitor to build

This commit is contained in:
Matthew Raymer
2025-10-23 09:20:18 +00:00
parent 5307ec2512
commit 150d297926
7 changed files with 70 additions and 35 deletions

View File

@@ -13,7 +13,18 @@ export default defineConfigWithVueTs(
files: ['**/*.{ts,mts,tsx,vue}'],
},
globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']),
globalIgnores([
'**/dist/**',
'**/dist-ssr/**',
'**/coverage/**',
'**/android/**',
'**/ios/**',
'**/node_modules/**',
'**/*.js',
'**/*.min.js',
'**/build/**',
'**/.gradle/**'
]),
pluginVue.configs['flat/essential'],
vueTsConfigs.recommended,