A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing
57
fork

Configure Feed

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

at fix/text-content-type-guard 35 lines 398 B view raw
1# dependencies (bun install) 2node_modules 3 4# output 5out 6dist 7*.tgz 8 9# code coverage 10coverage 11*.lcov 12 13# logs 14logs 15_.log 16report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json 17 18# dotenv environment variable files 19.env 20.env.development.local 21.env.test.local 22.env.production.local 23.env.local 24 25# caches 26.eslintcache 27.cache 28*.tsbuildinfo 29 30# IntelliJ based IDEs 31.idea 32 33# Finder (MacOS) folder config 34.DS_Store 35test-site