зеркало из 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 |
||
---|---|---|
.. | ||
.storybook | ||
app | ||
config | ||
public | ||
tests/app | ||
.env.development | ||
.env.production | ||
.eslintrc.json | ||
Gruntfile.js | ||
auth.config.ts | ||
auth.ts | ||
index.d.ts | ||
instrumentation.ts | ||
jest.config.ts | ||
middleware.ts | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
pm2.config.js | ||
postcss.config.js | ||
project.json | ||
tailwind.config.ts | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tsconfig.storybook.json |