this repo has no description
2
fork

Configure Feed

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

fix code :skull:

+1 -1
+1 -1
landing/Dockerfile
··· 3 3 4 4 COPY ./ /app 5 5 RUN deno install 6 - RUN deno bundle --unstable-raw-imports --output bundle.js /app/landing.ts 6 + RUN deno bundle --unstable-raw-imports --output bundle.js /app/index.ts 7 7 8 8 CMD deno --allow-net --unstable-temporal bundle.js