Highly ambitious ATProtocol AppView service and sdks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

make sure all workspace packages are in the container

+5 -2
+5 -2
frontend/Dockerfile
··· 5 5 6 6 WORKDIR /app 7 7 8 - # Copy workspace structure maintaining relative paths 9 - COPY deno.json /app/deno.json 8 + # Copy workspace lock file and all Deno packages 10 9 COPY deno.lock /app/deno.lock 10 + COPY deno.json /app/deno.json 11 11 COPY frontend/ /app/frontend/ 12 12 COPY packages/oauth/ /app/packages/oauth/ 13 13 COPY packages/codegen/ /app/packages/codegen/ 14 14 COPY packages/session/ /app/packages/session/ 15 + COPY packages/cli/ /app/packages/cli/ 16 + COPY packages/lexicon/ /app/packages/lexicon/ 17 + COPY packages/client/ /app/packages/client/ 15 18 COPY docs/ /app/docs/ 16 19 17 20 # Cache from frontend directory