JSPKGMANi = "yarn"
dev:
$(JSPKGMAN) run vite dev
test:
$(JSPKGMAN) run vite check
build:
$(JSPKGMAN) run vite build