Skip to content

Set features optional #39

@atinux

Description

@atinux

Once we moved to the module #37

We can add option to enable features on-demand:

export default defineNuxtConfig({
  modules: ['@nuxthub/core'],
  hub: {
    database: true, // inject hubDatabase()
  }
})

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions