(relativeTo)
| 402 | } |
| 403 | |
| 404 | path(relativeTo) { |
| 405 | |
| 406 | Hoek.assert(relativeTo && typeof relativeTo === 'string', 'relativeTo must be a non-empty string'); |
| 407 | this.realm.settings.files.relativeTo = relativeTo; |
| 408 | } |
| 409 | |
| 410 | async register(plugins, options = {}) { |
| 411 |