From d01418a367d58af00bc86370eaf6e5b7a8fa9c06 Mon Sep 17 00:00:00 2001 From: Matej Poklemba Date: Wed, 7 Aug 2024 14:44:31 +0200 Subject: [PATCH] Fix information about file location --- .../325-creating-events/300-precompiles/100-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/100-state-machine/325-creating-events/300-precompiles/100-introduction.md b/docs/home/100-state-machine/325-creating-events/300-precompiles/100-introduction.md index 3c6925b5..df248fa0 100644 --- a/docs/home/100-state-machine/325-creating-events/300-precompiles/100-introduction.md +++ b/docs/home/100-state-machine/325-creating-events/300-precompiles/100-introduction.md @@ -11,7 +11,7 @@ When using the templates, these can be defined in a `precompiles/` directory ## Definitions -All the precompiles for your application should be put into `precompiles/index.ts` +All the precompiles for your application should be put into `precompiles/src/index.ts` ```ts import { generatePrecompiles } from '@paima/sdk/precompiles';