fix: fix develop script and pnpm command (#8878)

This commit is contained in:
Bruno Quaresma
2023-08-03 11:15:45 -03:00
committed by GitHub
parent 7493b28155
commit 2ed453035e
+1 -1
View File
@@ -190,7 +190,7 @@ fatal() {
fi
# Start the frontend once we have a template up and running
CODER_HOST=http://127.0.0.1:3000 start_cmd SITE date pnpm --cwd=./site dev --host
CODER_HOST=http://127.0.0.1:3000 start_cmd SITE date pnpm --dir ./site dev --host
interfaces=(localhost)
if command -v ip >/dev/null; then