We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf162b4 commit aad6453Copy full SHA for aad6453
2 files changed
.dagger/config.toml
@@ -0,0 +1,7 @@
1
+# Dagger workspace configuration
2
+# Install modules with: dagger install <module>
3
+# Example:
4
+# dagger install github.com/dagger/dagger/modules/wolfi
5
+
6
+[modules.e2e]
7
+source = "modules/e2e"
dagger.json
@@ -4,12 +4,6 @@
"sdk": {
"source": "dang"
},
- "toolchains": [
8
- {
9
- "name": "e2e",
10
- "source": ".dagger/modules/e2e"
11
- }
12
- ],
13
"dependencies": [
14
{
15
"name": "polyfill",
0 commit comments