next/plugins/01.db.server.ts

9 lines
166 B
TypeScript
Raw Permalink Normal View History

import plugnplay from "@server/plugnplay";
export default defineNuxtPlugin({
name: "mongo",
// enforce: 'pre',
async setup(nuxtApp) {
await plugnplay();
},
});