mirror of
https://github.com/strapi/strapi.git
synced 2025-07-19 23:16:47 +00:00

* feat: base files for static preview * feat: preview config * Update packages/core/content-manager/server/src/preview/routes/index.ts Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com> * chore: empty handler * chore: comment controllers type * fix: remove is enabled check from load * feat: test preview config * chore: refactor type * feat: preview endpoint * feat: preview test * fix: tests * fix: api test * chore: comment --------- Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
11 lines
447 B
TypeScript
11 lines
447 B
TypeScript
export * as CollectionTypes from './collection-types';
|
|
export * as Components from './components';
|
|
export * as ContentTypes from './content-types';
|
|
export * as Init from './init';
|
|
export * as Relations from './relations';
|
|
export * as SingleTypes from './single-types';
|
|
export * as UID from './uid';
|
|
export * as ReviewWorkflows from './review-workflows';
|
|
export * as HistoryVersions from './history-versions';
|
|
export * as Preview from './preview';
|