Added libs

This commit is contained in:
Lucas
2026-01-25 13:55:46 +10:00
parent 575c682afc
commit f70af3c4ea
229 changed files with 26983 additions and 0 deletions

4
vueNoSys/.env Normal file
View File

@@ -0,0 +1,4 @@
VITE_PORT=3001
VITE_BACKEND_API_HOST=https://127.0.0.1
VITE_BACKEND_API_PORT=5050
VITE_BACKEND_API_URL=$VITE_BACKEND_API_HOST:$VITE_BACKEND_API_PORT