mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: Rename "start" to "server" (#1110)
Workspace commands will be aliased at the top-level, so "start" would easily be confused with starting a workspace. Server seems like a more appropriate name too.
This commit is contained in:
+1
-1
@@ -14,6 +14,6 @@ cd "${PROJECT_ROOT}"
|
||||
(
|
||||
trap 'kill 0' SIGINT
|
||||
CODERV2_HOST=http://127.0.0.1:3000 INSPECT_XSTATE=true yarn --cwd=./site dev &
|
||||
go run cmd/coder/main.go start --dev --skip-tunnel &
|
||||
go run cmd/coder/main.go server --dev --skip-tunnel &
|
||||
wait
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user