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
1#!/usr/bin/env bash
2
3export DIRENV_WARN_TIMEOUT=20s
4
5eval "$(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
12use devenv