penambahan web socket
This commit is contained in:
No files matched your search
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import { createDebugger } from "hookable";
|
||||
import { defineNitroPlugin } from "./plugin.mjs";
|
||||
export default defineNitroPlugin((nitro) => {
|
||||
createDebugger(nitro.hooks, { tag: "nitro-runtime" });
|
||||
});
|
||||
Reference in New Issue
Block a user