aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-02-26 17:53:38 -0700
committerDhravya <[email protected]>2024-02-26 17:53:38 -0700
commiteba818ffb4ca84f24f4d29924533bc2c098c88ce (patch)
tree542bbc30559a93bc4569fcc103e9cc2fdc20e50c /apps/web/components.json
parentchaos (diff)
downloadsupermemory-eba818ffb4ca84f24f4d29924533bc2c098c88ce.tar.xz
supermemory-eba818ffb4ca84f24f4d29924533bc2c098c88ce.zip
EVERYTHING WORKING PERFECTLY
Diffstat (limited to 'apps/web/components.json')
-rw-r--r--apps/web/components.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/web/components.json b/apps/web/components.json
new file mode 100644
index 00000000..2fceff5e
--- /dev/null
+++ b/apps/web/components.json
@@ -0,0 +1,16 @@
+{
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "default",
+ "rsc": true,
+ "tsx": true,
+ "tailwind": {
+ "config": "tailwind.config.ts",
+ "css": "src/app/globals.css",
+ "baseColor": "gray",
+ "cssVariables": false
+ },
+ "aliases": {
+ "utils": "@/lib/utils",
+ "components": "@/components"
+ }
+} \ No newline at end of file