Skip to content

Commit 1cf7525

Browse files
committed
fix: add @dotenvx/dotenvx to the tutorial
1 parent fff8c54 commit 1cf7525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/01-helloWorld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ nvm use 20
3232
mkdir af-hello
3333
cd af-hello
3434
npm init -y
35-
npm i adminforth express @types/express typescript tsx @types/node -D
35+
npm i adminforth express @dotenvx/dotenvx @types/express typescript tsx @types/node -D
3636
npx --yes tsc --init --module NodeNext --target ESNext
3737
```
3838

0 commit comments

Comments
 (0)