* chore(dependencies): update package versions for improved compatibility - Bumped `typescript` from `5.8.3` to `5.9.2` across multiple packages for enhanced type safety and features. - Updated `@tanstack/react-query` from `5.83.0` to `5.84.1` to incorporate the latest improvements. - Incremented `lucide-react` from `0.534.0` to `0.536.0` for better performance and compatibility. - Updated `react-hook-form` from `7.61.1` to `7.62.0` to leverage new features and fixes. - Incremented `@stripe/react-stripe-js` from `3.8.1` to `3.9.0`, `@stripe/stripe-js` from `7.7.0` to `7.8.0`, and `stripe` from `18.3.0` to `18.4.0` for enhanced functionality. - Updated `@markdoc/markdoc` from `0.5.2` to `0.5.3` for better integration. - Incremented `@sentry/nextjs` from `9.43.0` to `10.1.0` to utilize the latest features and improvements. * chore(dependencies): update eslint-related packages for improved compatibility - Updated `@typescript-eslint/parser` from `8.38.0` to `8.39.0` to leverage the latest features and fixes. - Adjusted dependencies in `eslint-import-resolver-typescript` and `eslint-plugin-import` to reflect the updated parser version, ensuring better integration and compatibility across the codebase.
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.