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": [] +}