6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd web
|
|
pnpm dev --host 127.0.0.1 --port 23000
|