This commit is contained in:
2024-07-01 16:32:22 +02:00
commit 3fb6e3b3c3
16 changed files with 7389 additions and 0 deletions

7
ts/ghost.plugins.ts Normal file
View File

@@ -0,0 +1,7 @@
import GhostContentAPI from '@tryghost/content-api';
import GhostAdminAPI from '@tryghost/admin-api';
export {
GhostContentAPI,
GhostAdminAPI
}