Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d8c1a1

Browse files
authored
develop.sh: add missing embed tag (#2885)
1 parent4f1df88 commit8d8c1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/develop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ ! -e ./site/out/bin/coder.sha1 && ! -e ./site/out/bin/coder.tar.zst ]]; th
2929
fi
3030

3131
# Compile the CLI binary once just so we don't waste time compiling things multiple times
32-
go build -o"${CODER_DEV_BIN}""${PROJECT_ROOT}/cmd/coder"
32+
go build -tags embed -o"${CODER_DEV_BIN}""${PROJECT_ROOT}/cmd/coder"
3333
# Use the coder dev shim so we don't overwrite the user's existing Coder config.
3434
CODER_DEV_SHIM="${PROJECT_ROOT}/scripts/coder-dev.sh"
3535

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp