Live video on the AT Protocol

build: add Makefile

+9 -2
+1
.npmrc
··· 1 + node-linker=hoisted
+5
Makefile
··· 1 + 2 + .phony: default 3 + default: 4 + pnpm install 5 + pnpm run -r build
+3 -2
packages/app/package.json
··· 9 9 "ios": "expo start --ios", 10 10 "web": "expo start --web", 11 11 "test": "jest --watchAll", 12 - "lint": "expo lint" 12 + "lint": "expo lint", 13 + "build": "expo export -p web" 13 14 }, 14 15 "jest": { 15 16 "preset": "jest-expo" ··· 48 49 "typescript": "~5.3.3" 49 50 }, 50 51 "private": true 51 - } 52 + }