15 lines
292 B
YAML
15 lines
292 B
YAML
|
name: openfaas_dart_template
|
||
|
description: An OpenFaaS template for writing functions in Dart.
|
||
|
version: 0.0.1
|
||
|
# repository: https://github.com/my_org/my_repo
|
||
|
publish_to: 'none'
|
||
|
|
||
|
environment:
|
||
|
sdk: ^3.6.0
|
||
|
|
||
|
dependencies:
|
||
|
function:
|
||
|
path: ./function
|
||
|
|
||
|
executables:
|
||
|
dart-faas-function: main
|