Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# Run the canonical goal extension through its isolated project-local installation.
|
||||
set -euo pipefail
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
||||
unset MOSAIC_LAUNCH_INCARNATION
|
||||
scripts/sync-dev-extensions.sh
|
||||
exec pi --no-extensions --extension "$PWD/.pi/extensions/goal/index.ts" \
|
||||
--session-dir "$PWD/.pi/state/sessions" "$@"
|
||||
Reference in New Issue
Block a user