mirror of
https://github.com/fluencelabs/examples
synced 2024-12-05 03:30:17 +00:00
14 lines
450 B
YAML
14 lines
450 B
YAML
|
# yaml-language-server: $schema=.fluence/schemas/fluence.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/cli/tree/main/docs/configs/fluence.md
|
||
|
|
||
|
version: 5
|
||
|
|
||
|
aquaInputPath: src/aqua/greeting.aqua
|
||
|
|
||
|
relaysPath: src/frontend/src
|
||
|
|
||
|
aquaOutputTSPath: src/frontend/src/compiled-aqua
|