penambahan web socket
This commit is contained in:
No files matched your search
+7
@@ -0,0 +1,7 @@
|
||||
import type { App } from 'vue';
|
||||
import '#build/fetch.mjs';
|
||||
import '#build/global-polyfills.mjs';
|
||||
import type { CreateOptions } from './nuxt.js';
|
||||
import '#build/css';
|
||||
declare const _default: (ssrContext?: CreateOptions["ssrContext"]) => Promise<App<Element>>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user