Files
npfd-web-app/Makefile
2025-08-14 00:31:16 -04:00

9 lines
83 B
Makefile

dev-local:
npm run dev
dev-remote:
npm run dev -- --host
build:
npm run build