From b600d38dddbc0e0275553042ce21c117228b0954 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 21 Apr 2025 12:37:35 +0800 Subject: [PATCH] . --- supabase/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/supabase/config.toml b/supabase/config.toml index 6d5f45a..a714d0b 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -115,3 +115,6 @@ port = 54327 vector_port = 54328 # Configure one of the supported backends: `postgres`, `bigquery` backend = "postgres" + +[seed] +file = "supabase/seed.sql" \ No newline at end of file