This commit is contained in:
2025-10-10 17:02:41 +00:00
parent b289cb67cf
commit 00dd0c69a5
4 changed files with 8166 additions and 8 deletions

View File

@@ -5,8 +5,8 @@
import { generateToken } from './ghost.jwt.js';
import type { THttpMethod, IBrowseOptions, IGhostAPIResponse, IGhostErrorResponse } from './ghost.types.js';
import * as fs from 'fs';
import * as path from 'path';
import * as fs from 'node:fs';
import * as path from 'node:path';
export interface IGhostAdminAPIOptions {
url: string;