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