SelfhostedPro

Results 157 comments of SelfhostedPro

> Tip > > to install the CLI with bun, do not use bunx --bun shadcn@latest init, better use bunx --bun shadcn init I'm not a shadcn dev, I don't...

> [@SelfhostedPro](https://github.com/SelfhostedPro) > > `bunx --bun shadcn init` > > ✔ The path /Users/bhaskaranrathnachalam/Documents/monrepo does not contain a package.json file. Would you like to start a new Next.js project? …...

Yeah, it’s for generating types to be used by a typescript client (more languages are planned too) but I’d like to interact with my clusters from the rust backend for...

Fair enough. I'll have to define custom types for responses from my app that aren't just direct Kubernetes queries but that's not the end of the world.

mainly looking for: - where identities are saved (can identities enrolled by the app be used from my terminal?) - important files that users may be interested in (I know...

Also affects client components. Using the basic template from the docs [here](https://payloadcms.com/docs/admin/views#root-views) This is all I have for config: ``` components: { views: { dashboard: { Component: '@/components/payload/views/Root' } }...

I tried a client component after it wasn’t working without ‘use client’ good to know that’s normal behavior though.