🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
88 B
Bash
Executable file
5 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
cd -P -- "$(dirname -- "$0")"
|
|
PHX_SERVER=true exec ./localspot start
|