A CLI for publishing standard.site documents to ATProto
0
fork

Configure Feed

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

refactor: change to an extension folder

+1 -1
packages/cli/src/commands/publish-lite.ts packages/cli/src/extensions/litenote.ts
+1 -1
packages/cli/src/commands/publish.ts
··· 26 26 } from "../lib/markdown"; 27 27 import type { BlogPost, BlobObject, StrongRef } from "../lib/types"; 28 28 import { exitOnCancel } from "../lib/prompts"; 29 - import { createNote, updateNote, type NoteOptions } from "./publish-lite" 29 + import { createNote, updateNote, type NoteOptions } from "../extensions/litenote" 30 30 31 31 export const publishCommand = command({ 32 32 name: "publish",