Add Public API

This commit is contained in:
2026-06-26 15:23:53 -03:00
parent 36edd32fa3
commit d80d596664
12 changed files with 891 additions and 42 deletions
+1
View File
@@ -7,6 +7,7 @@ COPY package.json package-lock.json ./
RUN npm ci --omit=dev --no-audit --no-fund && npm cache clean --force
COPY server.js ./server.js
COPY openapi.json meme-api.skill.md ./
COPY src ./src
COPY public ./public