fix build and add todo

This commit is contained in:
Kentai Radiquum 2025-05-07 01:22:14 +05:00
parent c3e0e55e0f
commit 50a1c8118e
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 14 additions and 5 deletions

2
dev.py
View file

@ -8,8 +8,6 @@ if __name__ == "__main__":
environment["is_dev"] = "True"
environment["NEXT_PUBLIC_API_URL"] = "http://127.0.0.1:5000/api"
environment["NEXT_PUBLIC_SOCKET_URL"] = "http://127.0.0.1:5000"
environment["MODRINTH_UA"] = "radiquum/YAMPD (kentai.waah@gmail.com)"
environment["CURSEFORGE_API_KEY"] = "$2a$10$bL4bIL5pUWqfcO7KQtnMReakwtfHbNKh6v1uTpKlzhwoueEJQnPnm"
# TODO: handle multiple package managers line npm(node), deno, yarn
# TODO?: install node deps automatically