refactor: move e2e-auth-server to packages (#28358)

This commit is contained in:
Jason Rasmussen
2026-05-11 15:39:59 -04:00
committed by GitHub
parent db589455f4
commit 03e042213c
8 changed files with 18 additions and 18 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@immich/e2e-auth-server",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "auth-server.ts",
"scripts": {
"start": "tsx startup.ts"
},
"devDependencies": {
"jose": "^6.0.0",
"@types/oidc-provider": "^9.0.0",
"oidc-provider": "^9.0.0",
"tsx": "^4.20.6"
},
"packageManager": "pnpm@10.33.1"
}