We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dc881 commit b9c473cCopy full SHA for b9c473c
1 file changed
run.sh
@@ -5,4 +5,4 @@ if [[ -n "${pids}" ]]; then
5
kill -9 ${pids} 2>/dev/null || true
6
fi
7
8
-pnpm run docs:dev -- --port "${port}" --strictPort
+pnpm docs:dev --port "${port}" --strictPort
0 commit comments