* chore(dependencies): update package versions for improved compatibility - Bumped `@ai-sdk/openai` from `1.3.23` to `2.0.11` for enhanced functionality. - Updated `@tanstack/react-query` from `5.84.1` to `5.85.0` to incorporate the latest improvements. - Incremented `ai` from `4.3.19` to `5.0.11` for better performance. - Updated `lucide-react` from `0.536.0` to `0.539.0` for improved compatibility. - Incremented `next` from `15.4.5` to `15.4.6` to leverage new features and fixes. - Updated `@marsidev/react-turnstile` from `1.2.0` to `1.3.0` for enhanced functionality. - Updated `@nosecone/next` from `1.0.0-beta.9` to `1.0.0-beta.10` for better integration. - Updated `@supabase/supabase-js` from `2.53.0` to `2.55.0` for improved performance. - Incremented `@markdoc/markdoc` from `0.5.3` to `0.5.4` for better integration. - Updated `@next/bundle-analyzer` from `15.4.5` to `15.4.6` for enhanced compatibility. - Updated `@types/node` from `24.2.0` to `24.2.1` for type safety improvements. - Updated `@types/react` from `19.1.9` to `19.1.9` for consistency across packages. * fix(logger): update import statement for pino to default import - Changed the import of `pino` from named import to default import for consistency with the library's usage and to avoid potential issues with module resolution.
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.