team-4/frontend/.zed/tasks.json
2025-08-02 13:28:10 +02:00

6 lines
174 B
JSON

[
{
"label": "Generate types",
"command": "yes | npx supabase gen types typescript --project-id htdssaqidnitlbswknqw > src/lib/database.types.ts"
}
]