mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:47:03 +00:00
added 'add exclusion' endpoint and enabled UI
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -37,6 +37,12 @@
|
||||
"type": "shell",
|
||||
"command": "export $(cat .env | grep DB_ROOT_PASSWD | xargs) && docker exec -i mariadb mariadb -u root -p$DB_ROOT_PASSWD < backend/romm_test/setup.sql",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Launch full stack",
|
||||
"dependsOn": ["Launch frontend", "Launch backend", "Launch worker"],
|
||||
"problemMatcher": [],
|
||||
"dependsOrder": "parallel"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user