oh god why am i doing this again
a svelte project that retrieves lavalink information from backend nothing more
npx vite build
output should be at build folder ready to be hosted
npx vite dev
npm install
edit src/config.ts
typehint should help you
this repo use this back end (im too lazy to implement my own)
also noting please also include submodule
and start the backend with uvicorn or your asgi of your choice
then config your .env file
PUBLIC_PINGER_ENDPOINT=host:port/test_bulk # note you can't use localhost and you need to use your public ip address
PUBLIC_PING_INTERVAL=amount of second between each ping # recommended 60000 milliseconds
send balls