daml/templates/create-daml-app/daml.yaml.template
Robin Krom 6a328212f2
language: automatic ts codegen for daml start (#7516)
This executes the code generations specified in the daml.yaml
configuration file on every invocation of `daml start`
and hence frees the user of doing it manually.

CHANGELOG_BEGIN
- [DAML Assistant] The `daml start` now runs all the code generators
specified in the `daml.yaml` project configuration file under the
`codegen` stanza. This frees the user of doing so manually on every
change to the DAML model.
CHANGELOG_END
2020-10-02 15:43:06 +02:00

21 lines
333 B
Plaintext

sdk-version: __VERSION__
name: __PROJECT_NAME__
version: 0.1.0
source: daml
parties:
- Alice
- Bob
- Charlie
dependencies:
- daml-prim
- daml-stdlib
- daml-trigger
sandbox-options:
- --wall-clock-time
- --ledgerid=__PROJECT_NAME__-sandbox
start-navigator: false
codegen:
js:
output-directory: ui/daml.js
npm-scope: daml.js