committing wiht errors wbut better than before, moved some stuff more moving coming,

This commit is contained in:
2024-11-25 16:51:47 -05:00
parent 4c37b9b248
commit 0dfd533b71
19 changed files with 537 additions and 20 deletions

View File

@@ -20,21 +20,29 @@
}
],
"paths": {
"@/*": [
"./src/*"],
"@src/*": [
"/src/*"],
"@/db/*": [
"./src/db/*"],
"components/*": [
"/src/app/components/*"
"@db/*": [
"./src/db/*"],
"@types/*": [
"/src/types/*"],
"@components/*": [
"/src/components/*",
"/src/components/Brands/*"
],
"layouts/*": [
"/src/app/components/layouts/*"
"@actions/*": [
"/src/actions/*"
],
"fragments/*": [
"@layouts/*": [
"/src/components/layouts/*"
],
"@fragments/*": [
"/src/app/Fragments/*"
],
"lib/*": [
"/src/app/lib/*"
"@lib/*": [
"/src/lib/*"
],
"scss/*": [
"./src/scss/*"