Commit Graph

4 Commits

Author SHA1 Message Date
f7b719dbba feat: add .env.example file
A new file, .env.example, has been added. It contains configuration for both MySQL and MongoDB, including username, password, and database information.
2024-05-13 10:47:39 +02:00
407bc14082 feat: Add new biome configuration file
The commit introduces a new configuration file, biome.json, for managing imports, file inclusions, git features, linting rules, and formatting settings. This file defines settings for our project such as enabling organizing imports, specifying to include all TypeScript files in the src directory, enabling version control system using git, enabling linting with specific rules, and setting indents and line width for the formatter.
2024-05-13 09:39:45 +02:00
806eb3e183 feat: Add new file
A new file has been added to the project. The change includes setting the unique mode to 100644.
2024-05-13 09:39:14 +02:00
085a940dd1 Initial commit 2024-05-13 09:30:22 +02:00