You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are planning to work on a unified CLI toolkit. I think with that exposing a standard programmatic API would be easily possible! In the meantime, using exec (or execa) is probably the best!
If i try import package
import { buildModule } from '@nuxt/module-builder';
, i get this errorCan you add
exports
ormain
topackage.json
?The text was updated successfully, but these errors were encountered: