chore: add Makefile to frontend
Some checks failed
Backend ci / build (push) Successful in 3m49s
Backend ci / build (pull_request) Has been cancelled

This commit is contained in:
d3m0k1d
2026-02-03 16:13:24 +03:00
parent 68fba12f47
commit bf4b4748cb

8
frontend/Makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: build dev
build:
npm run build
dev:
npm run dev