first version

This commit is contained in:
2025-10-30 21:58:47 +01:00
commit 33bf3d1e5d
39 changed files with 5197 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM node:lts-slim
RUN apt update && apt install curl git -y
RUN npm install -g pnpm
ENV ASTRO_TELEMETRY_DISABLED=1