feat(api): EE allow live editing
This commit is contained in:
parent
320efff88e
commit
8639f89379
2 changed files with 3 additions and 1 deletions
2
ee/api/.gitignore
vendored
2
ee/api/.gitignore
vendored
|
|
@ -253,7 +253,7 @@ Pipfile
|
|||
/db_changes.sql
|
||||
/Dockerfile.bundle
|
||||
/entrypoint.bundle.sh
|
||||
/entrypoint.sh
|
||||
#/entrypoint.sh
|
||||
/chalicelib/core/heatmaps.py
|
||||
/routers/subs/insights.py
|
||||
/schemas.py
|
||||
|
|
|
|||
2
ee/api/entrypoint.sh
Executable file
2
ee/api/entrypoint.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
uvicorn app:app --host 0.0.0.0 --reload
|
||||
Loading…
Add table
Reference in a new issue