Thanh LE

Results 2 issues of Thanh LE

- node-config version: 3.0.1 - node-version: 8.14.1 - OS: Debian 8 & 9 I use two file: development.yaml & production.yaml for diff definitions in each env. Today I faced with...

pr-welcome

The .env does not reload when run with the command: `uv run --env-file .env python app/api` ``` My app/api/__main__ uvicorn.run( "app.api:app", reload=True,... ``` workaround: open a new terminal should work....