Open
Description
Is your feature request related to a problem? Please describe.
everytime i initialize a T3 app, i have to change tsconfig.json
, tailwind.config.cjs
to my preference.
Describe the solution you'd like to see
in CLI, using a flag and directory path that contains all the custom config files, so that it would use those files instead.
yarn create t3-app --flag [PATH]
Describe alternate solutions
N/A
Additional information
No response