зеркало из 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 |
||
---|---|---|
.. | ||
next |