Trigger backend rebuild
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 6s

This commit is contained in:
2026-06-13 12:46:19 +02:00
parent 71c0bbba18
commit a44c121c43

View File

@@ -1,5 +1,6 @@
const mongoose = require("mongoose");
// Test
const connectDB = async () => {
try {
await mongoose.connect(process.env.DB_URI);