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.

lint: litenote

+2 -2
+2 -2
packages/cli/src/extensions/remanso.ts
··· 1 - import { Agent } from "@atproto/api" 1 + import type { Agent } from "@atproto/api" 2 2 import * as fs from "node:fs/promises" 3 3 import * as path from "node:path" 4 4 import mimeTypes from "mime-types" 5 - import { BlogPost, BlobObject } from "../lib/types" 5 + import type { BlogPost, BlobObject } from "../lib/types" 6 6 7 7 const LEXICON = "space.remanso.note" 8 8 const MAX_CONTENT = 10000