chore: cleanup tsup configs (#8381)

This commit is contained in:
Parbez
2022-07-28 22:27:57 +05:30
committed by GitHub
parent ff5dd1fcb4
commit c258bdf083
34 changed files with 17 additions and 346 deletions

View File

@@ -3,7 +3,7 @@ FROM node:16-alpine
WORKDIR /usr/proxy
# First copy over dependencies separate from src for better caching
COPY package.json yarn.lock tsconfig.json .yarnrc.yml tsup.config.ts ./
COPY package.json yarn.lock tsconfig.json .yarnrc.yml build.config.ts ./
COPY .yarn ./.yarn
COPY ./packages/proxy-container/package.json ./packages/proxy-container/