UNPKG

@nuxfly/core

Version:

Nuxt module for Fly.io integration with storage and database support

10 lines (8 loc) 206 B
interface ModuleOptions { litestream?: boolean; publicStorage?: boolean; privateStorage?: boolean; } declare const _default: any; export { _default as default }; export type { ModuleOptions };