Try / app.py
shiftslabs's picture
Update app.py
0deb627 verified
raw
history blame contribute delete
201 Bytes
import os
# Use 'npx' to bypass the "not found" error
print("Launching OpenClaw Dashboard via npx...")
os.system("npx openclaw gateway --port 7860 --host 0.0.0.0 --mode local --allow-unauthenticated")