mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
* feat: use new aqua packages * restore * fix imports * fix path * fix * add spell * use new imports in test * remove node_modules import * fix * move * fix * improve * set marine and mrepl * Update aqua-tests/package.json * use --dry to check aqua is compiling
12 lines
338 B
YAML
12 lines
338 B
YAML
# yaml-language-server: $schema=../.fluence/schemas/spell.yaml.json
|
|
|
|
# Defines a spell. You can use `fluence spell new` command to generate a template for new spell
|
|
|
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/spell.md
|
|
|
|
version: 0
|
|
aquaFilePath: ./spell.aqua
|
|
function: spell
|
|
clock:
|
|
periodSec: 6000
|