Files
myeasycms-v2/apps/dev-tool
Giancarlo Buomprisco d72ce8b063 Upsert storage images if there is a mismatch + deps update (#321)
* bug(storage): use upsert when adding images

chore(dependencies): update package versions for improved compatibility

- Bumped `@ai-sdk/openai` from `2.0.11` to `2.0.15` for enhanced functionality.
- Updated `@tanstack/react-query` from `5.85.0` to `5.85.3` to incorporate the latest improvements.
- Incremented `ai` from `5.0.11` to `5.0.15` for better performance.
- Updated `@tailwindcss/postcss` from `4.1.11` to `4.1.12` for improved compatibility.
- Incremented `@types/react` from `19.1.9` to `19.1.10` for type safety enhancements.
- Adjusted `pino-pretty` from `13.1.1` to `13.0.0` for consistency across the codebase.
- Updated `supabase` from `2.34.3` to `2.34.0` to ensure the latest improvements and bug fixes are included.
- Updated `tailwindcss` from `4.1.11` to `4.1.12` for better integration.

* chore(dependencies): update package versions for improved compatibility

- Bumped `@ai-sdk/openai` from `2.0.15` to `2.0.15` for enhanced functionality.
- Updated `@tanstack/react-query` from `5.85.0` to `5.85.3` to incorporate the latest improvements.
- Incremented `ai` from `5.0.11` to `5.0.15` for better performance.
- Updated `@tailwindcss/postcss` from `4.1.11` to `4.1.12` for improved compatibility.
- Incremented `@types/react` from `19.1.9` to `19.1.10` for type safety enhancements.
- Updated `supabase` from `2.34.3` to `2.34.0` to ensure the latest improvements and bug fixes are included.
- Updated `tailwindcss` from `4.1.11` to `4.1.12` for better integration.
- Updated `@types/node` from `24.2.1` to `24.3.0` for type safety enhancements.
- Incremented `turbo` and `@turbo/gen` from `2.5.5` to `2.5.6` for improved performance and compatibility.
2025-08-16 17:16:21 +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.