prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix formatting

authored by

JP Hastings-Spital and committed by
Tyler Lawson
e90d77a1 af061d64

+1 -7
+1 -7
packages/prototypey/cli/tests/gen-from-json.test.ts
··· 414 414 await genEmit(intermediateDir, tsFile); 415 415 416 416 // Step 2: gen-from-json to create TypeScript from JSON 417 - const jsonFile = join( 418 - intermediateDir, 419 - "app", 420 - "bsky", 421 - "feed", 422 - "post.json", 423 - ); 417 + const jsonFile = join(intermediateDir, "app", "bsky", "feed", "post.json"); 424 418 await genFromJSON(outDir, jsonFile); 425 419 426 420 // Verify the output exists