Add VS Code launch config for CRM preview
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "crm-preview",
|
||||
"runtimeExecutable": "bash",
|
||||
"runtimeArgs": ["-c", "CRM_DB_PATH=/tmp/crm_preview.db CRM_DATA_DIR=/tmp/crm_preview_data CRM_FRONTEND_DIR=/Users/macpro/Projects/CRM/frontend CRM_PORT=8765 CRM_ENV=development exec python3 backend/server.py"],
|
||||
"port": 8765
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user