mirror of
https://github.com/penpot/penpot.git
synced 2026-06-09 08:52:05 +00:00
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e;
|
|
pnpm exec mdts --host 0.0.0.0 --port 14179
|