Merge branch 'feat/headless-widget' of https://github.com/dograh-hq/dograh into feat/headless-widget

This commit is contained in:
Abhishek Kumar 2026-05-07 12:17:14 +05:30
commit 85dd2f915b
36 changed files with 1063 additions and 250 deletions

View file

@ -1,5 +1,7 @@
#!/bin/sh -e
#!/usr/bin/env bash
set -euo pipefail
ruff check api --select I --select F401 --fix
ruff format api
(cd ui && npm run fix-lint)