Rename start.js to main.js

This commit is contained in:
sairajzero 2021-07-22 03:02:33 +05:30
parent 1d4f47cf4e
commit 98fef6832f
2 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
const start = require('./src/start')
const start = require('./src/main')
start();