4 lines
109 B
Bash
4 lines
109 B
Bash
#!/bin/bash
|
|
cd /root/.openclaw/workspace/city-manual/frontend
|
|
npm run dev -- --host 0.0.0.0 --port 3000 2>&1
|