fxa/_dev
Jonathan Almeida 340aa11487
task(scripts): Add cirrus service in a dev environment
Co-authored-by: dschom <dschomburg@mozilla.com>
2024-05-30 22:16:08 -04:00
..
docker chore(build): let chokidar poll 2024-05-10 10:00:39 -05:00
firebase feat(dev): add firebase emulator ui visit http://localhost:9299 2021-10-15 16:48:06 -07:00
goaws feat(event-broker): wire up events from auth-server through event-broker to webhooks in local dev 2021-12-15 16:00:50 -08:00
loadtesting fix(customs): Update customs axios maxSockets and timeoutMs 2024-02-07 15:19:06 -05:00
pm2 task(scripts): Add cirrus service in a dev environment 2024-05-30 22:16:08 -04:00
.prettierrc chore(format): mass reformat with prettier 2 and single config 2020-05-24 10:51:57 -07:00
.stylelintrc fix(lint): Add more stylelint rules 2022-06-17 13:19:38 -07:00
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.