From 92d1024f4575c5bb7fdd80abcc503bf92d7e952e Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 14:27:05 +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 2e22a7a..3d3ad32 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","index-for-test-paymard.js")); +const {mainStarterFunction} = require(path.join(process.cwd(),"..","server","dist","database.js")); async function main(){ await mainStarterFunction();