mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-28 05:58:38 +02:00
chore(v2): Joi cyclic dep warning (#4464)
This commit is contained in:
parent
9117a5b7df
commit
962c3748ea
6 changed files with 12 additions and 5 deletions
8
packages/docusaurus-utils-validation/src/Joi.ts
Normal file
8
packages/docusaurus-utils-validation/src/Joi.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
export {default} from 'joi';
|
Loading…
Add table
Add a link
Reference in a new issue