build(onboard): support codespace placeholder and path checks

This commit is contained in:
SiYue
2026-04-24 23:13:09 +08:00
parent e1863234f0
commit 494cc381b5
2 changed files with 79 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
//go:generate go run ../../../../scripts/copydir.go ../../../../workspace ./workspace
//go:generate go run ../../../../scripts/copydir.go "${DOLLAR}{codespace}/workspace" ./workspace
//go:embed workspace
var embeddedFiles embed.FS