mirror of
https://github.com/penpot/penpot.git
synced 2026-06-10 17:32:38 +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;
|