mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. --> - [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [x] My pull request has a descriptive title (not a vague title like `Update index.md`) - [x] My pull request targets the `master` branch of freeCodeCamp. Closes #35345 This PR resolves an issue where the `/challenges/current-challenge` request times out due to an unresolved promise. |
||
|---|---|---|
| .. | ||
| boot | ||
| boot_tests | ||
| manifests | ||
| middlewares | ||
| models | ||
| resources | ||
| rss | ||
| utils | ||
| views | ||
| component-passport.js | ||
| config.development.js | ||
| config.json | ||
| config.local.js | ||
| config.production.js | ||
| datasources.development.js | ||
| datasources.json | ||
| datasources.production.js | ||
| debug-entry.js | ||
| middleware.json | ||
| model-config.json | ||
| passport-providers.js | ||
| production-start.js | ||
| README.md | ||
| server.js | ||
Everything to do with the server.
One file that is not tracked here is rev-manifest.json.
It is generated at runtime and its contents change as the contents
of client side files change.