Revert workspace embed relocation and keep cmd-local embedding

This commit is contained in:
野生派Coder~
2026-03-05 23:18:50 +08:00
parent c1baf67ce6
commit 12a3439bd2
2 changed files with 3 additions and 10 deletions

View File

@@ -7,16 +7,17 @@
package main
import (
"embed"
"errors"
"fmt"
"os"
"clawgo"
"clawgo/pkg/config"
"clawgo/pkg/logger"
)
var embeddedFiles = clawgo.EmbeddedWorkspace
//go:embed workspace
var embeddedFiles embed.FS
var version = "0.1.0"
var buildTime = "unknown"