Files
AudioBookRequest/.devcontainer/devcontainer.json
Mark abd75a96da feat: add postgresql support
* update migrations to support postgres

* fix uv lockfile

* adjust migrations for psql

* remove action on pr (push only)

* remove pragmas for psql

* update readme
2025-10-02 15:14:28 +02:00

21 lines
378 B
JSON

{
"name": "Existing Dockerfile",
"build": {
"context": "..",
"dockerfile": "./Dockerfile"
},
"runArgs": ["--network=host"],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"charliermarsh.ruff",
"tamasfe.even-better-toml",
"bradlc.vscode-tailwindcss",
"samuelcolvin.jinjahtml",
"yzhang.markdown-all-in-one"
]
}
}
}