Working export/import

This commit is contained in:
bobbydigitales
2026-04-19 21:39:25 -07:00
parent 4ae581b1a2
commit e8cc08e5cc
6 changed files with 181 additions and 61 deletions

View File

@@ -9,15 +9,6 @@ if ! command -v deno &>/dev/null; then
export PATH="$DENO_INSTALL/bin:$PATH"
fi
# Install node if needed
if ! command -v node &>/dev/null; then
echo "Installing node..."
brew install node
fi
# Install TypeScript dependencies
npm install
# Install tmux if needed
if ! command -v tmux &>/dev/null; then
echo "Installing tmux..."