You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript Seed Files: Fixed "Unknown file extension '.ts'" error when running seed command with TypeScript seed files
Seed Command: All database dialects (PostgreSQL, MySQL, SQLite, Turso, SingleStore, Gel) now properly support TypeScript seed files using esbuild-register loader
Enhanced
Seed Execution: Added proper TypeScript compilation support with automatic loader registration and cleanup
File Validation: Added file existence validation before attempting to execute seed files
Error Handling: Improved error messages and cleanup with proper try/finally blocks for loader unregistration
Technical
Dependencies: Updated drizzle-kit from ^0.30.6 to ^0.31.4
CLI Versioning: Refactored version management to dynamically import from package.json instead of hardcoded values