Configuration
Some configuration you can do before starting the resource.
Server configuration
You can find the server configuration under config/server/config.ts.
Danger
DO NOT edit the config file that is located at dist/config/server/config.js!
It will be overwritten when the config changes and you will miss out on type safety (checks).
| Key | Type | Required / Default | Description |
|---|---|---|---|
| ignoreResources | String[] | Yes | An array of resource names you want to ignore when migrating. |