第一次提交
This commit is contained in:
3
app-instance/frontend/.bolt/config.json
Normal file
3
app-instance/frontend/.bolt/config.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"template": "nextjs-shadcn"
|
||||
}
|
||||
2
app-instance/frontend/.bolt/ignore
Normal file
2
app-instance/frontend/.bolt/ignore
Normal file
@ -0,0 +1,2 @@
|
||||
components/ui/*
|
||||
hooks/use-toast.ts
|
||||
9
app-instance/frontend/.bolt/prompt
Normal file
9
app-instance/frontend/.bolt/prompt
Normal file
@ -0,0 +1,9 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user