6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
import type { Core } from '@strapi/strapi';
|
|
|
|
const config = ({ env }: Core.Config.Shared.ConfigParams): Core.Config.Plugin => ({});
|
|
|
|
export default config;
|