Skip to content

Commit 9f18cef

Browse files
authored
Merge pull request #1666 from o1-labs/1442-frontend-remove-references-to-openmina
Frontend: Remove OpenMina branding from logo
2 parents dc19a2f + 49d3fe6 commit 9f18cef

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

frontend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ start-bundle: ## Serve the built bundle
9393

9494
.PHONY: start-dev-mobile
9595
start-dev-mobile: ## Start the development server for mobile (accessible on network)
96-
npx ng serve --configuration local --host 0.0.0.0
96+
npx ng serve --configuration development --host 0.0.0.0
9797

9898
.PHONY: start-fuzzing
9999
start-fuzzing: install-deps ## Start the fuzzing build and serve
Lines changed: 11 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)