Refactor: - Improved consistency and robustness by standardizing file encoding arguments from 'utf-8' to 'utf8' across various file read/write operations. - Simplified status mapping logic in billing components and services by replacing switch statements with direct mapping objects for clearer and more maintainable code. - Enhanced type conversion and error handling in billing and internationalization components for improved reliability. - Updated sorting logic in team member tables for more predictable member ordering. - Improved error logging with sanitized output to prevent formatting issues. - Adjusted environment variable whitelisting to use a more flexible matching pattern. - Fix variables for sidebar style handling Style: - Refined spacing and layout in account selector and sidebar header components for better visual consistency.
Dev Tool
This is a Next.js project bootstrapped with create-next-app.
The Dev Tools is an application that helps you manage your Makerkit environment variables and other settings.
Getting Started
First, run the development server:
pnpm run --filter dev-tool dev
Open the link printed in the terminal to see the result.
Testing production environment variables
To test your production environment variables, create a .env.production.local file in the apps/web directory and add your production environment variables.
This environment variables are not committed to the repository, so you can use them for testing purposes.
In the environment mode switcher, please select Production to test your production environment variables.
Don't publish this app
This app is not intended to be published to the public. This is only meant to be used by for development purposes.