feathers/docs/guides/cli/package.md
2022-12-08 11:55:18 -08:00

341 B

package.json

Folders

The source and test folders to which files are generated is set in the package.json. To change them, rename the src/ or test/ folder to what you want it to and then update package.json directories section accordingly:

{
  "directories": {
    "lib": "api/src",
    "test": "api/test"
  }
}