Skip to content

Commit

Permalink
Fix information about file location (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejos authored Aug 7, 2024
1 parent 265d902 commit a5d5faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a5d5faf

Please sign in to comment.