edge/modd.conf

21 lines
388 B
Plaintext
Raw Permalink Normal View History

2023-02-09 12:16:36 +01:00
**/*.go
**/*.tmpl
2023-03-03 11:42:20 +01:00
pkg/sdk/client/src/**/*.js
pkg/sdk/client/src/**/*.ts
misc/client-sdk-testsuite/dist/server/*.js
2023-02-09 12:16:36 +01:00
modd.conf
2023-10-03 19:25:14 +02:00
.env
2023-02-09 12:16:36 +01:00
{
prep: make build-sdk build-cli build-storage-server
daemon: make run-app
daemon: make run-storage-server
2023-02-09 12:16:36 +01:00
}
misc/client-sdk-testsuite/src/**/*
{
prep: make build-client-sdk-test-app
}
**/*.go {
2023-07-11 02:42:05 +02:00
# prep: make GOTEST_ARGS="-short" test
}