mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
* fix: refactor state management * fix: update pnpm lock file and use fixed version for zustand * feat: add sidebar menu and mobile menu + transaction history page * feat: add side bar menu and history page * fix: remove unused code + update TransactionClaimButton component * fix: update dockerfile to remove warning during build
10 lines
120 B
Makefile
10 lines
120 B
Makefile
SERVICE := LINEA BRIDGE UI
|
|
bold := $(shell tput bold)
|
|
sgr0 := $(shell tput sgr0)
|
|
|
|
# Dev
|
|
|
|
.PHONY: dev
|
|
dev:
|
|
pnpm run dev
|