Manik Islam Mahi
How can I setup mongoose on deno+next.js app?
Yes. It's working I have already said that. But I have thought it will working like raw deno project. Just as shown here, https://docs.deno.com/examples/mongoose_tutorial/
19 replies
How can I setup mongoose on deno+next.js app?
If I use, import mongoose from "mongoose"; then it's working. But in this tutorial: https://docs.deno.com/examples/mongoose_tutorial/ has imported like this,
import { model, Schema } from "npm:mongoose@^6.7";
19 replies