Ivar
Ivar
Sure! https://github.com/adonisjs/adonis-persona
It does have one advantage, the accountStates.
It is not a drop-in replacement, so it will require some effort to change to `Adonis-Persona`. But I believe it could give the starter pack a valuable upgrade since it...
@iamraphson It's probably better to do as recommended, change migrations to: ` if (!this.hasTable('users')) { this.createTable('users', table => { ` to prevent the warning message. As a sidenote sqlite can't...
> brave/brave-core#14483 This error seems to be gone with release v1.42.97 (Aug 17th, 2022)
Just scratching the surface of Qwik, but perhaps [vanilla-extract](https://vanilla-extract.style/) could be a good match as an addition?
with-prisma doesn't work: Pls add ` ssr: { external: ['@prisma/client'], },` in vite.config.ts. After that it works, but still this console msg: Uncaught Error: PrismaClient is unable to be run...
Saw some movement on the package mquandalle:jade, perhaps helpful?
Would be really nice if you can add this!