mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Configure for layer0 deployment
This commit is contained in:
parent
f252322ccc
commit
a8842fbb41
4 changed files with 32 additions and 0 deletions
10
layer0.config.js
Normal file
10
layer0.config.js
Normal 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',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue