Files
myeasycms-v2/apps/dev-tool
Giancarlo Buomprisco 68276fda8a chore: bump version to 2.23.13 and update dependencies (#450)
* chore: bump version to 2.23.13 and update dependencies

- Updated application version from 2.23.12 to 2.23.13 in package.json.
- Upgraded several dependencies including @marsidev/react-turnstile to 1.4.2, @next/bundle-analyzer to 16.1.6, @next/eslint-plugin-next to 16.1.6, and others for improved functionality and security.
- Adjusted package versions in pnpm-lock.yaml and pnpm-workspace.yaml for consistency across the project.
- Removed unused AI translation functionality from translations-comparison component to streamline the codebase.

* refactor: clean up code formatting and update Stripe API version

- Removed unnecessary blank lines in LineItemDetails component for improved readability.
- Enhanced formatting in PricingItem component for better clarity.
- Updated Stripe API version from '2025-12-15.clover' to '2026-01-28.clover' for compatibility with the latest features.
- Adjusted i18n initialization in email templates for consistency.
- Reformatted props in AdminReactivateUserDialog for better structure.
- Cleaned up type imports in ImageUploadInput component.
2026-02-06 12:55:05 +01:00
..
2025-08-22 07:35:44 +08:00
2026-01-27 12:44:59 +01: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.