mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 07:39:35 +05:00
feat: pack creating
This commit is contained in:
parent
5be021789b
commit
af7b8a6fea
27 changed files with 677 additions and 130 deletions
1
dev.py
1
dev.py
|
@ -6,6 +6,7 @@ if __name__ == "__main__":
|
|||
|
||||
environment = os.environ.copy()
|
||||
environment["is_dev"] = "True"
|
||||
environment["NEXT_PUBLIC_API_URL"] = "http://127.0.0.1:5000/api"
|
||||
|
||||
# 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