feat: added services, model and environment

This commit is contained in:
Jesus Navalon
2026-07-12 18:00:49 +02:00
parent 02657d455c
commit 87279fea1c
9 changed files with 207 additions and 341 deletions
@@ -0,0 +1,6 @@
export const environment = {
production: false,
apiBaseUrl: 'https://itx-frontend-test.onrender.com/api',
cartCountStorageKey: 'itx-cart-count',
};