mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-25 08:48:08 +02:00
5 lines
112 B
Bash
Executable file
5 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
echo "Running KTX setup doctor..."
|
|
node packages/cli/dist/bin.js dev doctor setup --no-input
|