Skip to content

Commit

Permalink
fix(docs): fix docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfikarrosadi committed Nov 21, 2024
1 parent 713c46a commit bb63986
Show file tree
Hide file tree
Showing 2 changed files with 711 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "npx jest",
"postinstall": "prisma generate",
"build": "npx prisma generate && npx tsc",
"dev": "npx ts-node-dev --respawn --transpile-only src/index.ts",
"dev": "npx ts-node-dev --respawn --rs --transpile-only src/index.ts",
"lint": "npx biome lint ./src",
"fix-lint": "npx biome lint --write --unsafe ./src",
"format": "npx biome format --write ./src",
Expand Down
Loading

0 comments on commit bb63986

Please # to comment.