This commit is contained in:
Matt DiMeglio 2026-01-23 00:20:39 -05:00
parent bbf6e7795c
commit 6924210416
5 changed files with 6 additions and 5266 deletions

5
.gitignore vendored
View file

@ -23,4 +23,7 @@ dist-ssr
*.ntvs* *.ntvs*
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
# api/package-lock.json
# web/package-lock.json

View file

@ -4,7 +4,7 @@ WORKDIR /app
COPY ./package*.json ./ COPY ./package*.json ./
RUN npm ci RUN npm cache clean --force && npm install --no-audit --no-fund
COPY . ./ COPY . ./

1406
api/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@ WORKDIR /app
COPY ./package*.json ./ COPY ./package*.json ./
RUN npm ci RUN npm cache clean --force && npm install --no-audit --no-fund
COPY . ./ COPY . ./

3857
web/package-lock.json generated

File diff suppressed because it is too large Load diff