penambahan web socket
This commit is contained in:
No files matched your search
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import { createDebugger } from "hookable";
|
||||
import { defineNuxtPlugin } from "../nuxt.js";
|
||||
export default defineNuxtPlugin({
|
||||
name: "nuxt:debug:hooks",
|
||||
enforce: "pre",
|
||||
setup(nuxtApp) {
|
||||
createDebugger(nuxtApp.hooks, { tag: "nuxt-app" });
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user