the first commit

This commit is contained in:
sdarbinyan
2026-01-19 23:17:07 +04:00
commit a1a2a69fd0
52 changed files with 13640 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export const environment = {
production: false,
useMockData: true, // Set to false when backend is ready
apiUrl: '/api'
};