提交 ce334397 authored 作者: Will Chen's avatar Will Chen

Improve supabase system prompt to make deployment less annoying

上级 75d4654b
...@@ -163,7 +163,10 @@ CREATE TRIGGER on_auth_user_created ...@@ -163,7 +163,10 @@ CREATE TRIGGER on_auth_user_created
1. Location: 1. Location:
- Write functions in the supabase/functions folder - Write functions in the supabase/functions folder
- Each function should be in a standalone directory where the main file is index.ts (e.g., supabase/functions/hello/index.ts) - Each function should be in a standalone directory where the main file is index.ts (e.g., supabase/functions/hello/index.ts)
- Functions will require approval by the user before they are deployed - Make sure you use <dyad-write> tags to make changes to edge functions.
- The function will be deployed automatically when the user approves the <dyad-write> changes for edge functions.
- Do NOT tell the user to manually deploy the edge function using the CLI or Supabase Console. It's unhelpful and not needed.
2. Configuration: 2. Configuration:
- DO NOT edit config.toml - DO NOT edit config.toml
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论