From 43e3a07e1e9919ebfb8f8f045e30d9e8c8526d37 Mon Sep 17 00:00:00 2001 From: Guillaume Lhermenier Date: Sun, 5 Jan 2025 21:44:10 +0100 Subject: [PATCH] docs: removed dead link about using typeorm with DI from faq.md (#10886) --- docs/faq.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 81e3a9fc4..f03fd88b9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -5,7 +5,6 @@ - [How to do validation?](#how-to-do-validation) - [What does "owner side" in relations mean or why we need to put `@JoinColumn` and `@JoinTable` decorators?](#what-does-owner-side-in-a-relations-mean-or-why-we-need-to-use-joincolumn-and-jointable) - [How do I add extra columns into many-to-many (junction) table?](#how-do-i-add-extra-columns-into-many-to-many-junction-table) -- [How to use TypeORM with dependency injection tool?](#how-to-use-typeorm-with-a-dependency-injection-tool) - [How to handle outDir TypeScript compiler option?](#how-to-handle-outdir-typescript-compiler-option) - [How to use TypeORM with ts-node?](#how-to-use-typeorm-with-ts-node) - [How to use Webpack for the backend](#how-to-use-webpack-for-the-backend)