mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-26 10:41:14 +00:00
Commit superset configs (#4598)
This commit is contained in:
parent
b463272335
commit
2f24d6e0cf
1 changed files with 9 additions and 0 deletions
9
.superset/config.json
Normal file
9
.superset/config.json
Normal 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": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue