Files
myeasycms-v2/apps/dev-tool
Giancarlo Buomprisco 910cfd145d chore(dependencies): update package versions for improved compatibility (#314)
- Bumped `@manypkg/cli` from `0.24.0` to `0.25.0` for enhanced functionality.
- Updated `cross-env` from `7.0.3` to `10.0.0` to leverage new features and fixes.
- Incremented `next` from `15.4.3` to `15.4.5` for better performance and compatibility.
- Updated `react` and `react-dom` from `19.1.0` to `19.1.1` to ensure alignment with the latest improvements.
- Incremented `@types/node` from `24.0.15` to `24.1.0` for type safety enhancements.
- Updated various packages across the codebase to maintain consistency and compatibility.
2025-07-30 17:33:23 +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.