UNPKG

nuxthub

Version:

Interface with the NuxtHub platform from the command line.

4 lines (3 loc) 399 B
export { getStorage, getPathsToDeploy, getFile, getPublicFiles, getWorkerPublicFiles, uploadAssetsToCloudflare, uploadWorkersAssetsToCloudflare, isMetaPath, isWorkerMetaPath, isServerPath, isWorkerServerPath, } from './utils/deploy.mjs'; export { CreateDatabaseMigrationsTableQuery, ListDatabaseMigrationsQuery } from './utils/database.mjs'; export { generateWrangler } from './utils/wrangler.mjs';