diff --git a/.bolt/config.json b/.bolt/config.json new file mode 100644 index 0000000..31447fa --- /dev/null +++ b/.bolt/config.json @@ -0,0 +1,3 @@ +{ + "template": "nextjs-shadcn" +} \ No newline at end of file diff --git a/.bolt/ignore b/.bolt/ignore new file mode 100644 index 0000000..7158e4f --- /dev/null +++ b/.bolt/ignore @@ -0,0 +1,2 @@ +components/ui/* +hooks/use-toast.ts \ No newline at end of file