Skip to content

Commit ce0ffad

Browse files
ItsnotakaMarfuen
andauthored
refactor(api): remove unused email templates and update buildspec (#1786)
* refactor(api): remove unused email templates and update buildspec * chore(api): update @trycompai/db dependency version in package.json * fix(api): update Dockerfile to remove error handling in bun install --------- Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
1 parent cbd33e8 commit ce0ffad

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

apps/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY package.json ./
1313
# Note: workspace:* dependencies will be skipped and copied manually below
1414
RUN curl -fsSL https://bun.sh/install | bash \
1515
&& export PATH="/root/.bun/bin:$PATH" \
16-
&& bun install --production --ignore-scripts || true
16+
&& bun install --production --ignore-scripts
1717

1818
COPY node_modules/@trycompai ./node_modules/@trycompai
1919
COPY node_modules/@prisma ./node_modules/@prisma

apps/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
"@nestjs/platform-express": "^11.1.5",
1313
"@nestjs/swagger": "^11.2.0",
1414
"@prisma/client": "^6.13.0",
15-
"@trycompai/db": "workspace:*",
1615
"@react-email/components": "^0.0.41",
17-
"react": "^19.1.1",
18-
"react-dom": "^19.1.0",
16+
"@trycompai/db": "^1.3.17",
1917
"archiver": "^7.0.1",
2018
"axios": "^1.12.2",
2119
"better-auth": "^1.3.27",
@@ -27,6 +25,8 @@
2725
"nanoid": "^5.1.6",
2826
"pdf-lib": "^1.17.1",
2927
"prisma": "^6.13.0",
28+
"react": "^19.1.1",
29+
"react-dom": "^19.1.0",
3030
"reflect-metadata": "^0.2.2",
3131
"resend": "^6.4.2",
3232
"rxjs": "^7.8.1",

bun.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)