Releases: OrJDev/create-jd-app
Releases · OrJDev/create-jd-app
1.0.70
1.0.69
Release 1.0.69
- Better index page - use
ParentComponent
from solid-js - Call the
Prisma
notes api in the main page (incase you are using prisma without trpc ofc) - Use
Switch
andMatch
from solid-js when usingtRPC
orPrisma
- Replace
new Response(JSON.stringify())
with thejson
method fromsolid-start
in the prisma notes api example.
npm create jd-app@latest
1.0.68
1.0.67
1.0.64
Release #1.0.64
- move dotenv loading into vite.config
- execFiles - replace Promise.all with for loop in order to get the
after
keyword to work - (installer) addon - add upstash rate limiting (see app example)
- make env helper create .env.example aswell as .env
npm create jd-app@latest