AmandaDiscord / Volcano

A light-weight LavaLink compatible replacement
MIT License
71 stars 15 forks source link

no index.js? #5

Closed getxd-dev closed 2 years ago

getxd-dev commented 2 years ago

can't start volcano, index.js missing.

PapiOphidian commented 2 years ago

The package.json points to the main field being dist/index.js. If you want to start it, either start that file or type node path/to/VolcanoRootFolder. The main field will point node to the correct location.