Merge branch 'V2' into feature/v2/viewer-improvements

This commit is contained in:
James Brunton 2025-11-05 08:57:15 +00:00 committed by GitHub
commit 6f8f1ed4e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,7 @@
"paths": {
"@app/*": [
"src/core/*"
],
"@core/*": ["src/core/*"]
]
}
},
"exclude": [

View File

@ -6,7 +6,6 @@
"src/proprietary/*",
"src/core/*"
],
"@proprietary/*": ["src/proprietary/*"],
"@core/*": ["src/core/*"]
}
}