Gleb Shkut

Results 4 comments of Gleb Shkut

I had a problem with Checkbox column not appearing, and the problem was that I imported { Checkbox } from radix-ui, instead of @/components/ui. Hope it will help someone

Is there a solution for this if I'm not using Docker? ``` import { config } from 'dotenv'; import { defineConfig } from 'drizzle-kit'; config({ path: '.env' }); export default...

actually changing the port in `DATABASE_URL` inside `.env` helped UPD: i don't think that works long term