nicoalbanese / kirimase

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

Fix: Changing Conditions for `nextjsProjectExists` #188

Open DhairyaMajmudar opened 2 months ago

DhairyaMajmudar commented 2 months ago

Changed the conditions from checking if package.json exists or not to next.config.mjs exists in the command/inti/index.ts file

Closes #187

DhairyaMajmudar commented 2 months ago

@nicoalbanese pls. have a look : )

DhairyaMajmudar commented 2 weeks ago

@nicoalbanese I have committed the suggested changes.