fix(capacitor): getting capacitor to build
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user