mirror of
https://github.com/strapi/strapi.git
synced 2026-06-02 16:27:47 +00:00
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;
|