Commit superset configs (#4598)

This commit is contained in:
Suchintan
2026-02-02 18:42:23 -05:00
committed by GitHub
parent b463272335
commit 2f24d6e0cf

9
.superset/config.json Normal file
View File

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