mirror of
https://github.com/ershisan99/flashcards-admin-bot.git
synced 2026-01-31 05:12:14 +00:00
add basic functionality for frontend, json db
This commit is contained in:
14
front/components.json
Normal file
14
front/components.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://shadcn-svelte.com/schema.json",
|
||||
"style": "default",
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.ts",
|
||||
"css": "src\\app.css",
|
||||
"baseColor": "slate"
|
||||
},
|
||||
"aliases": {
|
||||
"components": "$lib/components",
|
||||
"utils": "$lib/utils"
|
||||
},
|
||||
"typescript": true
|
||||
}
|
||||
Reference in New Issue
Block a user