mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-03-15 21:20:49 +00:00
18 lines
521 B
YAML
18 lines
521 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/fluence-cli/tree/main/docs/configs/fluence.md
|
|
|
|
version: 8
|
|
|
|
aquaDependencies:
|
|
"@fluencelabs/aqua-lib": 0.9.1
|
|
"@fluencelabs/spell": 0.6.9
|
|
|
|
compileAqua:
|
|
default:
|
|
input: src/aqua/main.aqua
|
|
output: src/compiled-aqua
|
|
target: ts
|