Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbsky committed Dec 18, 2024
1 parent 0fde77a commit 499aef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dev-env/src/seed/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import { TestNetworkNoAppView } from '../network-no-appview'

let AVATAR_IMG: Uint8Array | undefined

// AVATAR_PATH is defined in a non-CWD-dependant way, so this works
// for any consumer of this package, even outside the atproto repo.
const AVATAR_PATH = path.resolve(
__dirname,
'../../assets/key-portrait-small.jpg',
Expand Down

0 comments on commit 499aef1

Please sign in to comment.