about summary refs log tree commit diff
path: root/bskyweb/example.dev.env
Commit message (Collapse)AuthorAgeFilesLines
* bskyweb: switch from PDS backend to AppView backend (#1065)bnewbold2023-08-241-3/+1
| | | | | * bskyweb: replace PDS with AppView (no auth) * bskyweb: update example .env files for appview
* Basic golang CI setup (#360)bnewbold2023-03-271-0/+4
* bskyweb: Makefile and dev env This matches the setup for local dev testing in atproto and indigo repos. * gitignore: don't ignore self and .github/ * CI: golang build+test and lint actions * bskyweb: better use of godotenv A recent change from indigo. * prettier: ignore top-level app.json * CI: bump from golang 1.19 to 1.20 * bskyweb: update to golang 1.20