Rewrite core around shared rows and render graphs
Co-authored-by: Heaust Azure <heaust.azure@gmail.com> Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
This commit is contained in:
+1
-13
@@ -1,16 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
export PATH="$HOME/.local/bin:$HOME/.cargo/bin:$PATH"
|
||||
|
||||
for command in node npm cargo wasm-pack rsw; do
|
||||
if ! command -v "$command" >/dev/null 2>&1; then
|
||||
echo "Missing required command after orb resume: $command" >&2
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
echo "Ensuring orb development services are running..."
|
||||
command -v npm >/dev/null
|
||||
amp orb services ensure
|
||||
|
||||
echo "Orb environment ready."
|
||||
|
||||
Reference in New Issue
Block a user