4 Commits

Author SHA1 Message Date
4b335ad0a4
build(package): add file-type and multer dependencies
Added new dependencies 'file-type' and 'multer' in pnpm-lock.yaml and package.json. These additions will assist in file handling and multipart form data processing.
2024-07-24 20:29:33 +02:00
fb0b7c7036
feat: enable DuplicatedCode inspection tool in the project
The inspection tool for checking DuplicatedCode has been enabled in the Project_Default.xml file. It's set to give a weak warning for duplication in TypeScript code with a minimum size of 67. This should assist in maintaining quality by preventing repetitive code patterns.
2024-07-12 14:25:16 +02:00
481727ecf0
feat: Exclude dataSources folder from backend module
This commit updates the .idea/backend-main.iml to exclude the `.idea/dataSources` folder, improving file organization and preventing unnecessary tracking.
2024-07-09 13:42:03 +02:00
dd80667c13
feat: Add settings for DB navigator, Git toolbox blame and code styles
This commit includes settings for the Database Navigator and Git Toolbox Blame with changes to the IDE's XML files. Also, modifications are made to project's code styles tasking the formatter to maintain a consistent development environment.
2024-07-09 13:37:08 +02:00