mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +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;
|