initial commit

This commit is contained in:
2026-05-28 13:23:53 +00:00
commit 4269bc8d89
56 changed files with 13703 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
export const environment = {
production: true,
apiUrl: 'http://romaric-thibault.fr:8080'
};
+4
View File
@@ -0,0 +1,4 @@
export const environment = {
production: false,
apiUrl: 'https://fluffy-space-goldfish-7gqj7v4jwg9frw7-5201.app.github.dev'
};