Add signature and authed_requests to database

This commit is contained in:
2026-08-31 12:34:54 +00:00
parent d4b3b72e75
commit a71494f79d
5 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"scripts": {
"analyze": "tsdown --clean --no-fixed-extension --sourcemap source/index.ts && esbuild-analyzer dist/",
"build": "tsdown --clean --sourcemap source/index.ts",
"dev": "tsx watch source/app.ts",
"dev": "tsx watch source/index.ts",
"docs": "typedoc --hideGenerator --categorizeByGroup",
"format": "prettier --write . && eslint --fix",
"spellcheck": "cspell 'source/**' 'test/**' 'playground/**'",