I have some config files in the root folder of the app such as:
- tailwind.config.js
- postcss.config.js
- next.config.js-.babelrc
- tsconfig.json
and so on
Is there any way to move this files in a directory called "config" and the app still works ?
I have some config files in the root folder of the app such as:
and so on
Is there any way to move this files in a directory called "config" and the app still works ?