Clean commands up

This commit is contained in:
2026-01-24 16:54:54 -06:00
parent e30bf5d96d
commit 4f37a72d7b
7 changed files with 18 additions and 8 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ROOT="$DIR/../.."
# FIXME: don't hard code this of course
PGPASSWORD=diachron psql -U diachron -h localhost diachron

View File

@@ -1,9 +0,0 @@
#!/bin/bash
set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ROOT="$DIR/../.."
cd "$ROOT/express"
"$DIR"/tsx migrate.ts "$@"