@@ -0,0 +1,16 @@
.PHONY: install dev dev-direct build clean
install:
npm install
dev:
npm run dev
dev-direct:
npm run dev:direct
build:
npm run build
clean:
rm -rf dist node_modules
The note is not visible to the blocked user.