mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
11 lines
400 B
YAML
11 lines
400 B
YAML
# yaml-language-server: $schema=.fluence/schemas/fluence.yaml.json
|
|
|
|
# Defines Fluence Project, most importantly - what exactly you want to deploy and how. You can use `fluence init` command to generate a template for new Fluence project
|
|
|
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/fluence.md
|
|
|
|
version: 2
|
|
dependencies:
|
|
npm:
|
|
"@fluencelabs/aqua-lib": 0.7.1
|