From 7b379914e44583b9b097ed286b669ad244b176a1 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 21 Dec 2023 01:26:51 +0200 Subject: Added Firestore support for both the driver app and the rider mobile app --- driver/components.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 driver/components.json (limited to 'driver/components.json') diff --git a/driver/components.json b/driver/components.json new file mode 100644 index 0000000..e24d493 --- /dev/null +++ b/driver/components.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": false, + "tsx": true, + "tailwind": { + "config": "tailwind.config.js", + "css": "src/index.css", + "baseColor": "slate", + "cssVariables": true + }, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils" + } +} \ No newline at end of file -- cgit v1.2.3