mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Rerun audit infra --fix
This commit is contained in:
@@ -53,7 +53,9 @@
|
|||||||
"bundlewatch": false,
|
"bundlewatch": false,
|
||||||
"backendTesting": true,
|
"backendTesting": true,
|
||||||
"editorConfig": true,
|
"editorConfig": true,
|
||||||
"styleci": true
|
"styleci": true,
|
||||||
|
"admin": true,
|
||||||
|
"forum": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -1,10 +1 @@
|
|||||||
/*
|
|
||||||
* This file is part of Flarum.
|
|
||||||
*
|
|
||||||
* (c) Toby Zerner <toby.zerner@gmail.com>
|
|
||||||
*
|
|
||||||
* For the full copyright and license information, please view the LICENSE
|
|
||||||
* file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
export * from './src/admin';
|
export * from './src/admin';
|
||||||
|
@@ -1,10 +1 @@
|
|||||||
/*
|
|
||||||
* This file is part of Flarum.
|
|
||||||
*
|
|
||||||
* (c) Toby Zerner <toby.zerner@gmail.com>
|
|
||||||
*
|
|
||||||
* For the full copyright and license information, please view the LICENSE
|
|
||||||
* file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
export * from './src/forum';
|
export * from './src/forum';
|
||||||
|
Reference in New Issue
Block a user