@flyo/nitro-nuxt
v1.0.7
Published
Flyo Nitro Nuxt Module
Downloads
2
Readme
Flyo Nitro Nuxt Module
A Nuxt 3 Plugin for Flyo Nitro
yarn add @flyo/nitro-nuxt
nuxt.config.js
modules: ['@flyo/nitro-nuxt'],
add .env
file with FLYO_API_TOKEN=XYZ
or add property apiToken
to module config modules: ['@flyo/nitro-nuxt', {apiToken: 'XYZ'}]
,
Environment Variables
All available env variables
- FLYO_API_TOKEN
- FLYO_API_BASE_PATH
- FLYO_LIVE_EDIT_ORIGIN
- FLYO_LIVE_EDIT (whether its enabled or not, by default its enabled if not node_env production)