Configure for layer0 deployment

This commit is contained in:
Sam Carlton 2021-08-05 12:31:02 -05:00
parent f252322ccc
commit a8842fbb41
4 changed files with 32 additions and 0 deletions

10
layer0.config.js Normal file
View file

@ -0,0 +1,10 @@
'use strict'
// This file was automatically added by layer0 deploy.
// You should commit this file to source control.
module.exports = {
backends: {},
includeNodeModules: true,
connector: '@layer0/nuxt',
}