codefence title added instead of a comment inside the block

Signed-off-by: darylgraham <daryl.graham@gmail.com>
This commit is contained in:
darylgraham
2024-12-27 11:59:21 +00:00
parent 22da1177ff
commit 5e282bc537
+1 -2
View File
@@ -439,8 +439,7 @@ export async function myProviderConfigTransformer(
Now we just need to add our new module to the Backend.
```ts
// packages/backend/src/index.ts
```ts title="packages/backend/src/index.ts"
// Your file will have more than this in it
const backend = createBackend();