mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 16:53:38 +00:00
Initial commit
This commit is contained in:
15
apps/webapp-minimal/project.json
Normal file
15
apps/webapp-minimal/project.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user