What is the main file?
Learn what the main file is and how to identify it in your project.
π General Main Files
β οΈ Exceptions (Defaults)
π How do I know my main file?
{
"name": "my-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
}
}π οΈ Defining it on Discloud
Last updated