diff --git a/adminforth/documentation/docs/tutorial/01-helloWorld.md b/adminforth/documentation/docs/tutorial/01-helloWorld.md index 24db5122..cc392dbc 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 ```