a tool for shared writing and social publishing
0
fork

Configure Feed

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

add verbose to appview runner

+1 -1
+1 -1
package.json
··· 9 9 "lexgen": "tsx ./lexicons/build.ts && lex gen-api ./lexicons/api ./lexicons/pub/leaflet/* ./lexicons/pub/leaflet/*/* ./lexicons/com/atproto/*/* --yes && find './lexicons/api' -type f -exec sed -i 's/\\.js'/'/g' {} \\;", 10 10 "wrangler-dev": "wrangler dev", 11 11 "start-appview-dev": "tsx --env-file='./.env.local' --watch appview/index.ts", 12 - "start-appview-prod": "tsx appview/index.ts" 12 + "start-appview-prod": "tsx appview/index.ts --verbose" 13 13 }, 14 14 "keywords": [], 15 15 "author": "",