We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setup
v4
1 parent 884fac0 commit 523a6ecCopy full SHA for 523a6ec
lib/Server.js
@@ -505,7 +505,7 @@ class Server {
505
setup: () => {
506
if (typeof options.setup === 'function') {
507
this.log.warn(
508
- 'The `setup` option is deprecated and will be removed in v3. Please update your config to use `before`'
+ 'The `setup` option is deprecated and will be removed in v4. Please update your config to use `before`'
509
);
510
511
options.setup(app, this);
0 commit comments