feat: pack creating

This commit is contained in:
Kentai Radiquum 2025-05-05 01:33:58 +05:00
parent 5be021789b
commit af7b8a6fea
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
27 changed files with 677 additions and 130 deletions

1
dev.py
View file

@ -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