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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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