WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
4
fork

Configure Feed

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

devenv envrc

Malpercio 8e5b1a98 c4e82d07

+12
+12
.envrc
··· 1 + #!/usr/bin/env bash 2 + 3 + export DIRENV_WARN_TIMEOUT=20s 4 + 5 + eval "$(devenv direnvrc)" 6 + 7 + # `use devenv` supports the same options as the `devenv shell` command. 8 + # 9 + # To silence all output, use `--quiet`. 10 + # 11 + # Example usage: use devenv --quiet --impure --option services.postgres.enable:bool true 12 + use devenv