backport the dashboard to staging

This commit is contained in:
Evan Quiney
2025-12-17 12:22:22 +00:00
committed by GitHub
parent 880a18d205
commit 09593c5e85
37 changed files with 10984 additions and 3544 deletions

View File

@@ -81,6 +81,9 @@
# NIX
nixpkgs-fmt
# SVELTE
nodejs
# MISC
just
jq
@@ -96,7 +99,6 @@
shellHook = ''
# PYTHON
export DASHBOARD_DIR="$(git rev-parse --show-toplevel)/dashboard"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.python313}/lib"
echo
echo "🍎🍎 Run 'just <recipe>' to get started"