chore: update assets path and gitignore DS_Store

This commit is contained in:
afiqzudinhadi 2025-06-07 00:02:05 +08:00
parent 460b092a6f
commit ba2c4c2932
2 changed files with 4 additions and 1 deletions

View file

@ -15,7 +15,8 @@
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
"hooks": "@/hooks",
"assets": "@/assets"
},
"iconLibrary": "lucide"
}