feat: add local storage service

This commit is contained in:
2025-12-23 23:46:51 -03:00
parent fd299219ce
commit 06f1769f5c
4 changed files with 99 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
export const environment = {
apiUrl: 'http://localhost:4444'
prod: false,
apiUrl: 'http://192.168.1.3:4444',
};

View File

@@ -1,3 +1,4 @@
export const environment = {
apiUrl: 'http://localhost:333'
prod: true,
apiUrl: 'http://localhost:333',
};