Files
myeasycms-v2/apps/dev-tool
gbuomprisco f157cc7f3e Update dependencies and refactor loading components
- Removed `react-is` and `require-in-the-middle` overrides from `package.json` and `pnpm-lock.yaml`.
- Updated various dependencies across multiple packages, including `@types/node` to `^24.5.2`, `react-hook-form` to `^7.63.0`, and `@ai-sdk/openai` to `^2.0.32`.
- Deleted the `loading.tsx` component from the admin accounts directory, streamlining the codebase.
- Adjusted `playwright.config.ts` to use a configurable number of workers for CI environments, enhancing test performance.
- Improved error handling in user ban and reactivation dialogs to provide clearer feedback to the admin user.
2025-09-21 09:44:41 +08:00
..
2025-08-22 07:35:44 +08:00
2025-08-22 07:35:44 +08:00
2025-02-21 14:29:42 +08:00
2025-02-21 14:29:42 +08:00
2025-02-21 14:29:42 +08:00
2025-02-21 14:29:42 +08:00
2025-02-21 14:29:42 +08:00
2025-02-21 14:29:42 +08:00

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.