Files
cvfs/apps/webapp-minimal/project.json
Daniel Alves Rösel 90ad5e0260 Initial commit
2026-04-02 18:47:14 +02:00

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"
}
}
}
}