From 2531ea14f16f171486128e49de94b2c3243f8027 Mon Sep 17 00:00:00 2001 From: Alex Kanunnikov Date: Wed, 11 Dec 2024 21:55:53 +0300 Subject: [PATCH] chore: update domain name --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index dec7dd515..5e9fcb106 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "on:precommit": "lint-staged", "local": "ember s --secure-proxy=false --proxy=http://localhost:8081", "develop": "cross-env FIREBASE_PROJECT_ID=brainup-spb-dev-bb6d0 FIREBASE_AUTH_DOMAIN=brainup-spb-dev-bb6d0.firebaseapp.com FIREBASE_API_KEY=AIzaSyB03Q4ZCxdqaKuN7cJqCQGhkibYD4Q-qsc ember s --secure-proxy=false --proxy=http://localhost:8081", - "remote": "ember s --secure-proxy=true --proxy=https://brainup.site/", + "remote": "ember s --secure-proxy=true --proxy=https://www.brainup.site/", "mirage": "ember s", "postinstall": "patch-package" },