зеркало из https://github.com/mozilla/fxa.git
ab8ae37229
Because: - Starting and restarting payments-next takes a long time due to always building the app first, which isn't necessary during development. - When changes are made to NestApp or its dependencies, these are not hot reloaded by Next.js, requiring a full Next.js restart. This commit: - Adopt Nx plugin for Next.js which more closely aligns with Next.js standard dev commands. - Retained Nx Next.js executors for build, since it more closely fits into the current FxA build and deploy CI logic. - Added a watcher to NestApp which calls a NestApp restart api, only available in development, to restart the NestApp on any changes. - Adds a function to get the NestApp, instead of a const, thus ensuring, in dev mode, the latest NestApp is always returned. Closes #FXA-9706 |
||
---|---|---|
.circleci | ||
.devcontainer | ||
.github | ||
.vscode | ||
.yarn | ||
_dev | ||
_scripts | ||
apps/payments/next | ||
assets | ||
backstage | ||
configs | ||
docs/adr | ||
libs | ||
packages | ||
tools | ||
types | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.json | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.nvmrc | ||
.nxignore | ||
.prettierignore | ||
.prettierrc | ||
.slugignore | ||
.yarnrc.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
catalog-info.yaml | ||
jest.config.ts | ||
jest.preset.js | ||
nx.json | ||
package-scripts.js | ||
package.json | ||
tsconfig.base.json | ||
yarn.lock |
README.md
Mozilla Accounts
The Mozilla Accounts (formerly Firefox Accounts, still abbreviated as fxa) monorepo
Table of Contents
Getting Started
Contributing
Documentation
Getting Started
Please read our documentation
Contributing
See the separate CONTRIBUTING.md to learn how to contribute.
Documentation
The Firefox Ecosystem Platform serves as a documentation hub for Mozilla Accounts and Subscription Platform.