feat: update PWA installation logic, enhance app versioning, and streamline environment configurations

This commit is contained in:
2026-05-11 20:26:02 +03:30
parent ff9bbad336
commit d513ea381e
8 changed files with 9 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Development environment configuration
export const environment = {
production: false,
apiBaseUrl: 'https://psp-api.shift-am.ir:5002',
apiBaseUrl: 'https://psp-api.shift-am.ir',
// apiBaseUrl: 'http://192.168.128.73:5002',
host: 'localhost',
port: 5001,