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 b11f2d4..618e54f 100644 --- a/apps/web/components/header.tsx +++ b/apps/web/components/header.tsx @@ -96,7 +96,7 @@ const Header = () => { }); return ( -
+