feat: add a new system metadata service

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-12-12 21:54:22 -07:00
parent d5db4cd62f
commit 957397ceeb
24 changed files with 4184 additions and 4 deletions
+4
View File
@@ -21,6 +21,7 @@
"exports": {
".": "./src/index.ts",
"./auditor": "./src/entrypoints/auditor/index.ts",
"./alpha/systemMetadata": "./src/entrypoints/systemMetadata/index.ts",
"./auth": "./src/entrypoints/auth/index.ts",
"./cache": "./src/entrypoints/cache/index.ts",
"./database": "./src/entrypoints/database/index.ts",
@@ -49,6 +50,9 @@
"auditor": [
"src/entrypoints/auditor/index.ts"
],
"alpha/systemMetadata": [
"src/entrypoints/systemMetadata/index.ts"
],
"auth": [
"src/entrypoints/auth/index.ts"
],