mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 08:43:37 +00:00
16 lines
318 B
JSON
16 lines
318 B
JSON
{
|
|
"name": "webapp-minimal",
|
|
"root": "apps/webapp-minimal",
|
|
"sourceRoot": "apps/webapp-minimal",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"dev": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"cwd": "apps/webapp-minimal",
|
|
"command": "streamlit run app.py"
|
|
}
|
|
}
|
|
}
|
|
}
|