From 855f7fe6f0038db4d74514759de347c1d1edf968 Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Thu, 3 Aug 2023 12:14:27 +0000 Subject: [PATCH] fix: fix develop script and pnpm command --- scripts/develop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/develop.sh b/scripts/develop.sh index 41827041e1fe6..671c46a0bd5cc 100755 --- a/scripts/develop.sh +++ b/scripts/develop.sh @@ -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