Commit b55c69d
authored
chore: local env defaults and update dev deps (#925)
This pull request introduces several small improvements to the
development environment and configuration files. The changes focus on
enhancing developer experience, improving local development defaults,
and updating ignore patterns for frontend builds.
Configuration and environment improvements:
* Updated the `docker-compose.yml` service environment variables to
provide default values (`local`) for `BUILD_TAG` and `GIT_SHA`, making
local development setup easier without requiring these variables to be
set explicitly.
* Added `yaml-dev` to the list of packages installed in the
`.devcontainer/Dockerfile`, ensuring YAML development dependencies are
available in the dev container.
Frontend build and output management:
* Updated `.prettierignore` in the frontend to ignore the `dist/`
directory, preventing generated build output from being formatted or
linted by Prettier.1 parent 2d38633 commit b55c69d
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
0 commit comments