Files
AFFiNE-Mirror/.devcontainer/setup-user.sh
2025-04-10 07:33:02 +00:00

10 lines
151 B
Bash
Executable File

set -e
npm install -g @withgraphite/graphite-cli@stable
if [ -v GRAPHITE_TOKEN ];then
gt auth --token $GRAPHITE_TOKEN
fi
gt init --trunk canary