fxa/_dev
Ben Bangert 6ed76a6caf
chore: update node to 18.18.2
Because:

* We want to use the latest security release of Node.

This commit:

* Updates Node.js to 18.18.2
2023-10-16 16:46:26 -07:00
..
docker chore: update node to 18.18.2 2023-10-16 16:46:26 -07:00
firebase
goaws
pm2 task(CI): Improve nx caching for CI pipelines 2023-08-29 11:19:54 -07:00
.prettierrc
.stylelintrc
README.md chore(CI): Switch to multi stage docker build and clean up 2023-05-11 17:13:06 -07:00

README.md

_dev

This directory contains files to support local development that aren't needed in production, especially things that would otherwise clutter up the root directory.

docker

There are a couple different docker files for the mono repo:

- **docker/ci** - This controls the creation of a base image used for CI pipelines. The goal of this image is to offer quick install and start up times of the fxa project.
- **docker/ci-lockfile-generator** - This is a developer utility, and acts as mechanism / sanity check against yarn lock file mismatches. Prior to yarn 3.3.0 some systems would encounter bad hashes in yarn lock file. In case this ever resurfaces, we will leave this file here.
- **docker/ci/mono** - This file builds a deployable version of the mono repo. It houses all available services in one image. Services can be targeted as needed.