Skip to content

Commit 942b74b

Browse files
committed
frontend: remove Firebase deploy and heartbeat config
Remove the Firebase deploy make target and npm script, and remove the heartbeat config from environment.ts. These are remaining Firebase-related code that are no longer needed after removing Firebase dependency.
1 parent b66074c commit 942b74b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

frontend/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ copy-env: ## Copy webnode.js to env.js
6161
cp dist/frontend/browser/assets/environments/webnode.js \
6262
dist/frontend/browser/assets/environments/env.js
6363

64-
.PHONY: deploy
65-
deploy: prebuild build-production-sentry copy-env ## Deploy the application
66-
firebase deploy
67-
6864
.PHONY: install-deps
6965
install-deps: ## Install npm dependencies (alias)
7066
npm install

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"build:webnode": "make build-webnode",
1212
"check-prettify": "make check-prettify",
1313
"copy-env": "make copy-env",
14-
"deploy": "make deploy",
1514
"install:deps": "make install-deps",
1615
"prebuild": "make prebuild",
1716
"prettify": "make prettify",

frontend/src/environments/environment.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export const environment: Readonly<MinaEnv> = {
2828
benchmarks: ['wallets'],
2929
fuzzing: [],
3030
},
31-
heartbeats: false,
3231
// graphQL: 'https://api.minascan.io/node/devnet/v1/graphql',
3332
// graphQL: 'http://65.109.105.40:5000/graphql',
3433
},

0 commit comments

Comments
 (0)