mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
Plugins: add root-alias shim and cache/docs updates
This commit is contained in:
@@ -21,6 +21,10 @@ export default defineConfig({
|
||||
find: "openclaw/plugin-sdk/core",
|
||||
replacement: path.join(repoRoot, "src", "plugin-sdk", "core.ts"),
|
||||
},
|
||||
{
|
||||
find: "openclaw/plugin-sdk/compat",
|
||||
replacement: path.join(repoRoot, "src", "plugin-sdk", "compat.ts"),
|
||||
},
|
||||
{
|
||||
find: "openclaw/plugin-sdk/telegram",
|
||||
replacement: path.join(repoRoot, "src", "plugin-sdk", "telegram.ts"),
|
||||
|
||||
Reference in New Issue
Block a user