mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
fix: fix develop script and pnpm command (#8878)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user