ai/at
1
0

fix service pds, bsky

This commit is contained in:
2025-12-02 21:37:41 +09:00
parent 2f5736ffde
commit b4f97fc5b9
4 changed files with 219 additions and 30 deletions

View File

@@ -0,0 +1,20 @@
--- repos/atproto/services/pds/index.js 2025-12-03 11:04:54
+++ patching/index.js 2025-12-02 22:11:39
@@ -1,5 +1,5 @@
/* eslint-env node */
-
+// https://github.com/bluesky-social/atproto/blob/main/services/pds/index.js
'use strict'
const {
@@ -8,8 +8,8 @@
envToSecrets,
httpLogger,
readEnv,
-} = require('@atproto/pds')
-const pkg = require('@atproto/pds/package.json')
+} = require('/app/packages/pds')
+const pkg = require('/app/packages/pds/package.json')
const main = async () => {
const env = readEnv()