// app/api/users/route.ts (changed)
+ import { db } from '@/lib/db';
+I hereby claim:
- I am stevenwu on github.
- I am stevenwu (https://keybase.io/stevenwu) on keybase.
- I have a public key ASBtKROF2NFKyXVtvIDWopa6_yB8lux-y-j4F2VIU6-i1Qo
To claim this, I am signing this object:
I use:
git init --bare $HOME/.myconf
alias config='/usr/bin/git --git-dir=$HOME/.myconf/ --work-tree=$HOME'
config config status.showUntrackedFiles no
where my ~/.myconf directory is a git bare repository. Then any file within the home folder can be versioned with normal commands like:
config status
config add .vimrc