From 2c03ee104d06e1be712356efa06a8b3cbe2d09dc Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 19 Mar 2024 19:24:29 +0000 Subject: refactor: Move landing page to its own app to deploy it separately --- apps/landing/components.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 apps/landing/components.json (limited to 'apps/landing/components.json') diff --git a/apps/landing/components.json b/apps/landing/components.json new file mode 100644 index 00000000..fa674c93 --- /dev/null +++ b/apps/landing/components.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": true, + "tsx": true, + "tailwind": { + "config": "tailwind.config.ts", + "css": "app/globals.css", + "baseColor": "slate", + "cssVariables": true, + "prefix": "" + }, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils" + } +} -- cgit v1.2.3-70-g09d2