From 7fa92ba272ff399bcc66deb20de9017dc06fb897 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 14:27:16 +0330 Subject: [PATCH] update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3d3ad32..fdefba3 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ const path = require('path'); const { sleep } = require('./util'); -const {mainStarterFunction} = require(path.join(process.cwd(),"..","server","dist","database.js")); +require(path.join(process.cwd(),"..","server","dist","database.js")); async function main(){ await mainStarterFunction();