mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-04-26 10:38:45 -05:00
bdb3735840
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"tsx": true,
|
|
"componentDir": "./src/components/ui",
|
|
"tailwind": {
|
|
"config": "tailwind.config.cjs",
|
|
"css": "src/styles/global.css"
|
|
},
|
|
"aliases": {
|
|
"path": "@/*"
|
|
}
|
|
}
|