nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
2.39k stars 107 forks source link

Init fails on new app with trpc #83

Closed diogoribeirodev closed 7 months ago

diogoribeirodev commented 7 months ago

Hi, i created a new app using t3. When i run kirimase init, i get this error, initially i thought it was bc i was using "@" as the import alias rather the t3 default one ("~"), but i tested with both and i get the error with both, also it appears the cli is not recognizing the app being created using t3 (check second pic), i tried setting it to true but didnt work either. image image

nicoalbanese commented 7 months ago

Thanks for flagging - this was happening as the t3 team has added comments to the TSConfig in the latest update which was leading to JSON parse failing. I've added a package to remove comments that has resolved the issue. Should be good to go with 0.0.33