quick fix
Signed-off-by: Antonio Ereiz <51959110+SonilPro@users.noreply.github.com>
This commit is contained in:
@@ -74,7 +74,7 @@ CMD ["node", "--require", "./instrumentation.ts", "packages/backend", "--config"
|
||||
|
||||
The above configuration will only work in production once your start a Docker container from the image.
|
||||
|
||||
To be able to test locally you can import the `./instrumentation.ts` file at the top (before all imports) of your backend `index.ts` file
|
||||
To be able to test locally you can import the `./instrumentation.js` file at the top (before all imports) of your backend `index.ts` file
|
||||
|
||||
```ts
|
||||
import '../instrumentation.js'
|
||||
|
||||
Reference in New Issue
Block a user