nuxt-hub / cli

Build full-stack Nuxt application with NuxtHub command line interface (CLI).
Apache License 2.0
38 stars 3 forks source link

fix: improve headless environment detection #13

Closed nawage closed 2 months ago

nawage commented 2 months ago

Improves the headless environment detection of the nuxthub cli by using ci-info for identifying specific CI environment indicators and by checking the Node.js method process.stdout.isTTY to determine whether the nuxthub cli is being run within a TTY context.

This improvement resolves nuxt-hub/cli#12

Atinux commented 2 months ago

Thank you!