mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-06-03 14:29:34 +05:00
feat: add modrinth mod
This commit is contained in:
parent
237ce9879d
commit
e453f336a8
8 changed files with 398 additions and 21 deletions
2
dev.py
2
dev.py
|
@ -7,6 +7,8 @@ if __name__ == "__main__":
|
|||
environment = os.environ.copy()
|
||||
environment["is_dev"] = "True"
|
||||
environment["NEXT_PUBLIC_API_URL"] = "http://127.0.0.1:5000/api"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue