mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-16 04:35:24 +02:00
- Updated the appName generation logic in `AddApplication`, `AddCompose`, and `AddDatabase` components to use the `slugify` function for improved consistency and readability. - Enhanced the `slugify` function to return a default value of "service" if the input is empty, ensuring robustness in name generation. - Improved project name validation in `handle-project.tsx` to enforce stricter rules on naming conventions.