initial commit
This commit is contained in:
5
node_modules/nuxt/dist/app/entry.async.mjs
generated
vendored
Normal file
5
node_modules/nuxt/dist/app/entry.async.mjs
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
const entry = process.server ? (ctx) => import("#app/entry").then((m) => m.default(ctx)) : () => import("#app/entry").then((m) => m.default);
|
||||
if (process.client) {
|
||||
entry();
|
||||
}
|
||||
export default entry;
|
||||
Reference in New Issue
Block a user