From 2f24d6e0cfc54b98187d3c14345130fd443d9cbe Mon Sep 17 00:00:00 2001 From: Suchintan Date: Mon, 2 Feb 2026 18:42:23 -0500 Subject: [PATCH] Commit superset configs (#4598) --- .superset/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .superset/config.json diff --git a/.superset/config.json b/.superset/config.json new file mode 100644 index 00000000..152d635b --- /dev/null +++ b/.superset/config.json @@ -0,0 +1,9 @@ +{ + "setup": [ + "cp \"$SUPERSET_ROOT_PATH/skyvern-frontend/.env\" ./skyvern-frontend/.env", + "cp \"$SUPERSET_ROOT_PATH/.env\" ./.env", + "uv sync --group cloud --reinstall", + "pre-commit install" + ], + "teardown": [] +}