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