visions-vtt/v-client/Makefile

9 lines
55 B
Makefile
Raw Normal View History

2022-11-17 05:01:01 +00:00
.PHONY: dev
dev:
npx tauri dev
2022-11-17 16:55:35 +00:00
test:
npm run test