From 836bb79f4ab8c4a90bef40ee8737eeb2c1187a7a Mon Sep 17 00:00:00 2001 From: Viktar Zhdanovich Date: Thu, 28 Mar 2024 13:59:37 +0300 Subject: [PATCH] test: eslint and prettier code checks --- apps/server/src/main.ts | 2 ++ apps/web/components/header.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/server/src/main.ts b/apps/server/src/main.ts index a46efcd..4815f89 100644 --- a/apps/server/src/main.ts +++ b/apps/server/src/main.ts @@ -9,6 +9,8 @@ import * as express from 'express'; import { join } from 'path'; async function bootstrap() { + var esnlintTest; + const app = await NestFactory.create(AppModule, { cors: false }); app.use('/uploads', express.static(join(__dirname, '..', 'uploads'))); // https://loclahost:5173/uploads/avatars/* -> will show the image because of this diff --git a/apps/web/components/header.tsx b/apps/web/components/header.tsx index 4878323..937ea81 100644 --- a/apps/web/components/header.tsx +++ b/apps/web/components/header.tsx @@ -88,7 +88,7 @@ const Header = () => { }, [theme]); return ( -
+