Skip to content

Commit e1db74d

Browse files
authored
Merge branch 'main' into next
2 parents 6d5dee5 + 941974a commit e1db74d

File tree

6 files changed

+2368
-7551
lines changed

6 files changed

+2368
-7551
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- AlterTable
2+
ALTER TABLE "audit_logs" ADD COLUMN "ip_address" TEXT;

0 commit comments

Comments
 (0)