aboutsummaryrefslogtreecommitdiff
path: root/server/src/register.ts
blob: 482402d9ab7111595ff690ebe899f8fe94dcd002 (plain) (blame)
1
2
3
4
5
6
7
import type { Core } from '@strapi/strapi';

const register = ({ strapi }: { strapi: Core.Strapi }) => {
  // register phase
};

export default register;