Remove hasura and hasura-auth (#134)
* Remove hasura and hasura-auth * Move all models to prisma * Start implementing graphql * chore: clean package json * chore: make the code build * chore: get initial graphql.tsx file * feature: use typegql as qgl server * refactor: small refactoring * refactor: clean tests * bugfix: make all filters not case sensitive * chore: remove unused imports --------- Co-authored-by: Sammy Teillet <sammy.teillet@gmail.com>
This commit is contained in:
16
.vscode/up.sh
vendored
16
.vscode/up.sh
vendored
@ -15,20 +15,4 @@ done
|
||||
|
||||
echo "Postgres is accepting connections!"
|
||||
|
||||
docker-compose up -d twenty-hasura
|
||||
|
||||
while ! curl -s http://localhost:8080/healthz > /dev/null ; do
|
||||
sleep 1
|
||||
echo "Waiting for Hasura to be ready..."
|
||||
done
|
||||
|
||||
docker-compose up -d hasura-auth
|
||||
|
||||
while ! curl -s http://localhost:4000/healthz > /dev/null ; do
|
||||
sleep 1
|
||||
echo "Waiting for Hasura Auth to be ready..."
|
||||
done
|
||||
|
||||
docker-compose exec twenty-hasura hasura deploy
|
||||
|
||||
docker-compose up -d
|
||||
|
||||
Reference in New Issue
Block a user