let codex write a start point to implement and some ci updates

This commit is contained in:
2026-03-10 17:36:02 +01:00
parent f4d3fade9b
commit 33a68b3bf8
3 changed files with 111 additions and 3 deletions

View File

@@ -2,8 +2,6 @@ FROM node:current-alpine
WORKDIR /app
RUN corepack enable
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc ./
COPY web ./web
COPY rulesets ./rulesets