Skip to content

Commit

Permalink
openapi require api key on author routes
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7d8 committed Dec 29, 2024
1 parent 97441c7 commit 553439d
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 114 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"build": "rm -rf lib && esbuild `find src \\( -name '*.ts' -o -name '*.tsx' \\)` --platform='node' --sourcemap --ignore-annotations --format='cjs' --target='es2022' --outdir='lib' && esbuild src/index.ts --platform='node' --sourcemap --ignore-annotations --format='cjs' --target='es2022' --outdir='lib' --banner:js='require(\"module-alias\").addAlias(\"@\", __dirname);'",
"kit": "drizzle-kit",
Expand All @@ -26,7 +26,7 @@
"@types/node": "^22.10.2",
"@types/node-cron": "^3.0.11",
"@types/pg": "^8.11.10",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 553439d

Please sign in to comment.