kodepandai / lunox

Laravel-Flavoured Nodejs Framework

Home Page:https://lunox.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[create-lunox-app] Need multiple Preset that can handle multiple library

axmad386 opened this issue · comments

For now, there is three available presets.

  • api
  • react
  • svelte

All of them is using @lunoxjs/typeorm as database manager, @lunoxjs/validation as validator. How if someone want to use @lunoxjs/eloquent or @lunoxjs/prisma, how if they want to use @lunoxjs/zod as validator. I think create-lunox-app should handle such situation.