From 1cf752516d83db6043848dfc5c4626002864554b Mon Sep 17 00:00:00 2001 From: tesaide Date: Thu, 18 Dec 2025 14:35:50 +0200 Subject: [PATCH] fix: add @dotenvx/dotenvx to the tutorial --- adminforth/documentation/docs/tutorial/01-helloWorld.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminforth/documentation/docs/tutorial/01-helloWorld.md b/adminforth/documentation/docs/tutorial/01-helloWorld.md index 24db51226..cc392dbc9 100644 --- a/adminforth/documentation/docs/tutorial/01-helloWorld.md +++ b/adminforth/documentation/docs/tutorial/01-helloWorld.md @@ -32,7 +32,7 @@ nvm use 20 mkdir af-hello cd af-hello npm init -y -npm i adminforth express @types/express typescript tsx @types/node -D +npm i adminforth express @dotenvx/dotenvx @types/express typescript tsx @types/node -D npx --yes tsc --init --module NodeNext --target ESNext ```