feat: add local install hook

This commit is contained in:
Abhishek Kumar 2026-05-25 17:14:44 +05:30
parent 6b33addb25
commit 1eb6c534d8
4 changed files with 11 additions and 4 deletions

2
.vscode/launch.json vendored
View file

@ -4,7 +4,7 @@
// - Python interpreter selected in VS Code (devcontainer sets this
// automatically; otherwise pick `./venv/bin/python` via the
// "Python: Select Interpreter" command).
// - api/.env exists (copy from api/.env.example, or api/.env.devcontainer
// - api/.env exists (copy from api/.env.example
// is created automatically by the devcontainer post-create script).
// - api/.env.test exists for the test configurations (copy from
// api/.env.example and point at a throwaway database).