Add base model layout from V2 for frontend

This commit is contained in:
DaneEveritt 2022-05-07 16:52:58 -04:00
parent 634b80ed42
commit 53207abcb3
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 51 additions and 0 deletions

View file

@ -22,6 +22,9 @@
"@/*": [
"./resources/scripts/*"
],
"@definitions/*": [
"./resources/scripts/api/definitions/*"
],
"@feature/*": [
"./resources/scripts/components/server/features/*"
]