Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1df88 commit 8d8c1a1Copy full SHA for 8d8c1a1
scripts/develop.sh
@@ -29,7 +29,7 @@ if [[ ! -e ./site/out/bin/coder.sha1 && ! -e ./site/out/bin/coder.tar.zst ]]; th
29
fi
30
31
# 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"
+go build -tags embed -o "${CODER_DEV_BIN}" "${PROJECT_ROOT}/cmd/coder"
33
# Use the coder dev shim so we don't overwrite the user's existing Coder config.
34
CODER_DEV_SHIM="${PROJECT_ROOT}/scripts/coder-dev.sh"
35
0 commit comments