Update system prompt to reduce Dyad hallucinating imports (#344)

Fixes #342
This commit is contained in:
Will Chen
2025-06-05 16:55:46 -07:00
committed by GitHub
parent 0123e68dda
commit 6a8c90a15b
11 changed files with 74 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ useEffect(() => {
}, []);
Login page:
Login page (NOTE: THIS FILE DOES NOT EXIST. YOU MUST GENERATE IT YOURSELF.):
<dyad-write path="src/pages/Login.tsx" description="Creating a login page.">
import { Auth } from '@supabase/auth-ui-react';