- Deleted all 'template.yml' files from various blueprints as part of the transition to TOML format.
- Updated the script to delete the 'template.yml' files instead of converting them to 'template.toml'.
- Added 'yaml' and '@iarna/toml' dependencies in package.json.
- Created a new script.js file to process YAML files and convert them to TOML format.
- Added template.toml files for various blueprints in the blueprints directory.
- Updated command substitution syntax to use backticks consistently across SQL scripts.
- Ensured proper formatting for JWT and PostgreSQL user settings.
- Updated the password setting syntax to use backticks for command substitution.
- Ensured the echo command for the POSTGRES_PASSWORD variable is correctly formatted.
- Updated the password setting syntax to use backticks for command substitution.
- Ensured the echo command for the POSTGRES_PASSWORD variable is correctly formatted for production environments.
- Added a blank line for better separation in the configuration.
- Corrected regex pattern formatting for clarity.
- Ensured consistent indentation for logging sink configurations.
- Reformatted Deno function response and improved readability.
- Updated logging URIs to use consistent string interpolation syntax.
- Ensured error messages and log paths are correctly formatted for clarity.
- Changed password setting syntax to use single quotes for consistency.
- Ensured the password echo command is correctly formatted for production environments.
- Added new routes for Realtime, Storage, Edge Functions, Analytics, and Database access.
- Implemented ACL and key-auth plugins for enhanced security.
- Updated database initialization scripts for JWT and role management.
- Improved logging configuration for better observability.