Skip to content

Commit

Permalink
fix: don't translate code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdavipanah committed Nov 27, 2024
1 parent c3cae5f commit 0f86d9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/posts/nestjs-on-vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ npm install -D @types/express
ساخت فایل `AppFactory.ts` در پوشه `src`:

```typescript
// فایل TypeScript
import { ExpressAdapter } from "@nestjs/platform-express"
import { NestFactory } from "@nestjs/core"
import express, { Request, Response } from "express"
Expand Down Expand Up @@ -119,7 +118,7 @@ bootstrap()

```typescript
/**
* این فایل شیء Express را برای استقرار اپلیکیشن روی Vercel اکسپورت می‌کند.
* This file exports Express instance for specifically for the deployment of the app on Vercel.
*/

import { AppFactory } from "../src/AppFactory.js"
Expand Down

0 comments on commit 0f86d9a

Please sign in to comment.