huskies: merge 523_refactor_introduce_script_test_script_lint_script_build_and_migrate_agent_prompts_off_tech_specific_commands
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
|
||||
|
||||
PORT="${HUSKIES_PORT:-3001}"
|
||||
echo "=== Starting dev server on port $PORT ==="
|
||||
cd "$PROJECT_ROOT"
|
||||
exec env HUSKIES_PORT="$PORT" cargo run
|
||||
Reference in New Issue
Block a user