返回 Skill 列表
extension
分类: 开发与工程无需 API Key

supabase-local-dev-loop

配置Supabase本地开发环境,支持热重载和测试。在设置开发环境、配置测试工作流或与Supabase建立快速迭代周期时使用。可以通过诸如“supabase dev setup”、“supabase本地开发”、“supabase开发环境”、“使用supabase进行开发”等短语触发。

person作者: jakexiaohubgithub

Supabase Local Dev Loop

Prerequisites

  • Completed supabase-install-auth setup
  • Node.js 18+ with npm/pnpm
  • Code editor with TypeScript support
  • Git for version control

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

  • Working development environment with hot reload
  • Configured test suite with mocking
  • Environment variable management
  • Fast iteration cycle for Supabase development

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources