Gros refactoring
This commit is contained in:
parent
4a6bfc951f
commit
dd22432b48
12 changed files with 18 additions and 18 deletions
|
@ -2,7 +2,7 @@
|
|||
# Ce script fonctionne sur Windows
|
||||
|
||||
# Définir l'adresse du backend
|
||||
$env:FABRIQUEDOC_ENDPOINT = "http://localhost:8000"
|
||||
$env:FABRIQUEDOC_ENDPOINT = "http://localhost:8080"
|
||||
|
||||
# Vérifier si Streamlit est installé
|
||||
if (!(Get-Command streamlit -ErrorAction SilentlyContinue)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue