#!/bin/sh

# Developer mode.
# Run `rushx build:watch` then eval this script so that the `x` alias points to the local dist.
# `eval $(~/Code/dxos/x/scripts/debug.sh)`

DIR=$(cd "$(dirname "$0")/.."; pwd -P)

echo "export DXTOOLS_COMMAND=${DIR}/bin/dxtools.js"
