We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3132abd commit 53c6a23Copy full SHA for 53c6a23
backend/question-service/src/server.ts
@@ -1,6 +1,6 @@
1
import app from "./app.ts";
2
import connectDB from "./config/db.ts";
3
-import { seedQuestions } from "./scripts/seed.ts";
+// import { seedQuestions } from "./scripts/seed.ts";
4
5
const PORT = process.env.SERVICE_PORT || 3000;
6
0 commit comments