Add launcher repo hygiene and manifest check target

This commit is contained in:
Joshua 2026-02-17 20:48:33 -08:00
parent d0fcc2c119
commit caf06d2d51
2 changed files with 10 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
.DS_Store
*.log
node_modules/
dist/
build/

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: check
check:
jq empty app/manifest.json
@echo "launcher checks ok"