added dist for github pages example

This commit is contained in:
Jose
2025-09-14 21:38:49 +02:00
parent a8408f0f43
commit 43e679a36c
14 changed files with 703 additions and 1 deletions

11
dist/config/settings.dev.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"apiConfig": {
"baseUrl": "http://localhost:3000",
"endpoints": {
"auth": {
"login": "/auth/login",
"validateToken": "/auth/validate-token"
}
}
}
}