This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env tsx | |
| /* eslint-disable @typescript-eslint/no-unused-vars */ | |
| /* eslint-disable no-console */ | |
| /* eslint-disable camelcase */ | |
| /** | |
| * Complete Supabase Type Generator - Schema-File First with Index Support | |
| * | |
| * This script: | |
| * 1. Reads SQL schema files from your Supabase directory (default for --local) |