Can you share with me how zephyr dashboard is automatically grabbing org name and project name please? Because I had an organisation inside the dashboard but I deployed a new project and the app is inside a different org. Thanks
How do I deploy an rsbuild application with zephyr
Solution:
Just wanted a place to document an rsbuild application deployed with zephyr
```ts
const zephyrRsbuildPlugin = (): RsbuildPlugin => ({
name: "zephyr-rsbuild-plugin",...