Skip to content

flyocloud/nitro-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

More

Read more on dev.flyo.cloud/nitro/nuxt