given files

This commit is contained in:
Gu://em_ 2026-05-15 11:08:23 +02:00
parent 9bf88844e9
commit a2c31f873d
48 changed files with 10458 additions and 0 deletions

8
.env Normal file
View file

@ -0,0 +1,8 @@
VITE_HOST="localhost"
VITE_PORT="8080"
VITE_URL="http://${VITE_HOST}:${VITE_PORT}"
VITE_API_URL="http://localhost:3333"
# VITE_API_URL="https://eplace.assistants.epita.fr"
VITE_AUTH_URL="https://cri.epita.fr"
VITE_CLIENT_ID="assistants-atelier-js"