Update codebase.ts so that all files are read (#684)
This commit is contained in:
@@ -337,7 +337,11 @@ You need to first add Supabase to your app and then we can add auth.
|
||||
|
||||
===
|
||||
role: user
|
||||
message: This is my codebase. <dyad-file path="AI_RULES.md">
|
||||
message: This is my codebase. <dyad-file path=".gitignore">
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="AI_RULES.md">
|
||||
# Tech Stack
|
||||
|
||||
- You are building a React application.
|
||||
@@ -360,8 +364,12 @@ Available packages and libraries:
|
||||
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="components.json">
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="eslint.config.js">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="index.html">
|
||||
@@ -391,6 +399,18 @@ export default {
|
||||
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="public/favicon.ico">
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="public/placeholder.svg">
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="public/robots.txt">
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="README.md">
|
||||
# Welcome to your Dyad app
|
||||
|
||||
@@ -492,199 +512,199 @@ export const MadeWithDyad = () => {
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/accordion.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/alert-dialog.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/alert.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/aspect-ratio.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/avatar.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/badge.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/breadcrumb.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/button.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/calendar.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/card.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/carousel.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/chart.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/checkbox.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/collapsible.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/command.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/context-menu.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/dialog.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/drawer.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/dropdown-menu.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/form.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/hover-card.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/input-otp.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/input.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/label.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/menubar.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/navigation-menu.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/pagination.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/popover.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/progress.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/radio-group.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/resizable.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/scroll-area.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/select.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/separator.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/sheet.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/sidebar.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/skeleton.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/slider.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/sonner.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/switch.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/table.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/tabs.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/textarea.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/toast.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/toaster.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/toggle-group.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/toggle.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/tooltip.tsx">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/components/ui/use-toast.ts">
|
||||
// Contents omitted for brevity
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="src/globals.css">
|
||||
@@ -1208,6 +1228,18 @@ export default {
|
||||
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="tsconfig.app.json">
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="tsconfig.json">
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="tsconfig.node.json">
|
||||
// File contents excluded from context
|
||||
</dyad-file>
|
||||
|
||||
<dyad-file path="vite.config.ts">
|
||||
import { defineConfig } from "vite";
|
||||
import dyadComponentTagger from "@dyad-sh/react-vite-component-tagger";
|
||||
|
||||
Reference in New Issue
Block a user