digoburigo
digoburigo
Imagine [VueUse](https://vueuse.org) working in all frameworks. That would be really nice.
Just FYI. If you are going to use sqlite you also have to change the provider of prisma schema. The default is for postgres.
For me worked like this: First install the card.js `npm install card --save` then `npm install ngx-card --save` After the installation process put the card.js in the angular.json file ```...
@balazsorban44 removing the `AUTH_URL` from `.env` did not resolve the issue. Did you try to run the project to see at least? Do I have to configure something else? even...
@balazsorban44 I found out how to make it work for now. You have to set both `basePath` to `/api/auth` and `AUTH_URL` to `http://localhost:3000/api/auth`
@balazsorban44 Sorry for the monorepo, but I tried to simulate the setup of my company system, but I remove a lot of code from the repo, there is only the...
With these latest changes I guess everything it's working now. I updated the reproduction repo and it's working. Feel free to close this issue I guess. Thanks for the effort!
Integration with this makes sense? [tailwindcss-radix](https://github.com/ecklf/tailwindcss-radix)
Yeah, already did that. But it's throwing a error in the `nextjs app`. I'm using the t3 monorepo [create-t3-turbo](https://github.com/t3-oss/create-t3-turbo) with a separated UI package containing the shadcn stuff ```bash error...
@mjth so, that's my question. Where this classes are coming from so I can define them. I cannot find the definitions of these classes in the shadcn/ui docs either in...