mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 04:57:40 +00:00
Plugins/zalo: migrate to scoped plugin-sdk imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createServer, type RequestListener } from "node:http";
|
||||
import type { AddressInfo } from "node:net";
|
||||
import type { OpenClawConfig, PluginRuntime } from "openclaw/plugin-sdk/compat";
|
||||
import type { OpenClawConfig, PluginRuntime } from "openclaw/plugin-sdk/zalo";
|
||||
import { afterEach, describe, expect, it, vi } from "vitest";
|
||||
import { createEmptyPluginRegistry } from "../../../src/plugins/registry.js";
|
||||
import { setActivePluginRegistry } from "../../../src/plugins/runtime.js";
|
||||
|
||||
Reference in New Issue
Block a user