mirror of
https://github.com/penpot/penpot.git
synced 2026-06-09 17:02:05 +00:00
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e;
|
|
pnpm exec opencode serve --hostname 0.0.0.0 --port 14180;
|