diff --git a/launch.js b/launch.js index 140e787..21810df 100644 --- a/launch.js +++ b/launch.js @@ -1,2 +1,2 @@ -const start = require('./src/start') +const start = require('./src/main') start(); \ No newline at end of file diff --git a/src/start.js b/src/main.js similarity index 100% rename from src/start.js rename to src/main.js