From 758c09af21765982448c992781e0ca93add1aeb4 Mon Sep 17 00:00:00 2001 From: Emma Samms Date: Thu, 14 Nov 2024 15:44:05 -0500 Subject: [PATCH] Remove folder --- .bolt/config.json | 3 --- .bolt/ignore | 2 -- .bolt/prompt | 11 ----------- 3 files changed, 16 deletions(-) delete mode 100644 .bolt/config.json delete mode 100644 .bolt/ignore delete mode 100644 .bolt/prompt diff --git a/.bolt/config.json b/.bolt/config.json deleted file mode 100644 index f236591..0000000 --- a/.bolt/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "template": "nextjs-shadcn" -} diff --git a/.bolt/ignore b/.bolt/ignore deleted file mode 100644 index bbe3a15..0000000 --- a/.bolt/ignore +++ /dev/null @@ -1,2 +0,0 @@ -components/ui/* -hooks/use-toast.ts diff --git a/.bolt/prompt b/.bolt/prompt deleted file mode 100644 index 3d0f7d3..0000000 --- a/.bolt/prompt +++ /dev/null @@ -1,11 +0,0 @@ -For all designs I ask you to make, have them be beautiful, not cookie cutter. Make webpages that are fully featured and worthy for production. - -When using client-side hooks (useState and useEffect) in a component that's being treated as a Server Component by Next.js, always add the "use client" directive at the top of the file. - -Do not write code that will trigger this error: "Warning: Extra attributes from the server: %s%s""class,style" - -By default, this template supports JSX syntax with Tailwind CSS classes, the shadcn/ui library, React hooks, and Lucide React for icons. Do not install other packages for UI themes, icons, etc unless absolutely necessary or I request them. - -Use icons from lucide-react for logos. - -Use stock photos from unsplash where appropriate, only valid URLs you know exist.