mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 07:39:35 +05:00
fix build and add todo
This commit is contained in:
parent
c3e0e55e0f
commit
50a1c8118e
4 changed files with 14 additions and 5 deletions
2
dev.py
2
dev.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue