From 5f91ddd361c445ceb0418010bcea2bfbead3e63e Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 7 Oct 2025 21:59:09 +0200 Subject: [PATCH] set directus-sinc version to 3.4.0 --- backend/seed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/seed.sh b/backend/seed.sh index a2a9d65d..d69219e0 100755 --- a/backend/seed.sh +++ b/backend/seed.sh @@ -24,7 +24,7 @@ npx directus-sync@3.4.0 push \ || exit 1 echo "Seed data" -npx directus-sync@3.4.1 seed push \ +npx directus-sync@3.4.0 seed push \ --seed-path $PROJECT_FOLDER/seed \ --directus-url $DIRECTUS_URL \ --directus-email $DIRECTUS_EMAIL \