Skip to content

Commit d037e09

Browse files
committed
Remove openmina from the logo
1 parent 480cc90 commit d037e09

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)