Style filter key in bold in filter and search bar (#86)

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Charles Bochet
2023-04-27 17:28:17 +02:00
committed by GitHub
parent 00f0a36457
commit 571cb6ed5c
5 changed files with 59 additions and 13 deletions

View File

@ -1,11 +1,15 @@
#!/bin/bash
graphql-engine serve &
echo "Waiting for Hasura to be ready..."
while ! curl -s http://localhost:8080/healthz > /dev/null ; do
sleep 1
echo "Waiting for Hasura to be ready..."
done
sleep 1
hasura deploy
socat TCP-LISTEN:9695,fork,reuseaddr,bind=twenty-hasura TCP:127.0.0.1:9695 &