--- a/services/pds/index.js 2025-12-03 11:04:54 +++ b/services/pds/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()