edge/modd.conf

13 lines
350 B
Plaintext
Raw Normal View History

2023-02-09 12:16:36 +01:00
**/*.go
2023-03-03 11:42:20 +01:00
pkg/sdk/client/src/**/*.js
pkg/sdk/client/src/**/*.ts
2023-02-09 12:16:36 +01:00
misc/client-sdk-testsuite/src/**/*
modd.conf
{
prep: make build-sdk
prep: cd misc/client-sdk-testsuite && make dist
prep: make GOTEST_ARGS="-short" test
prep: make build
daemon: bin/cli app run -p misc/client-sdk-testsuite/dist --storage-file ./sdk-testsuite.sqlite
}