A CLI for publishing standard.site documents to ATProto

Merge branch 'main' of tangled.org:apoena.dev/sequoia

+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