Skip to content

Commit 1c254c7

Browse files
Explicitly set the entry point for multi file submissions that depend on file order
At least in CI this order is not guaranteed.
1 parent 8f8f4c0 commit 1c254c7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"submissions/accepted/multifile-js/": {
3+
"entry_point": "main.mjs"
4+
},
5+
"submissions/accepted/multifile-js-2/": {
6+
"entry_point": "hello.js"
7+
},
8+
"submissions/accepted/multifile-py/": {
9+
"entry_point": "main.py"
10+
},
11+
"submissions/accepted/multifile-py-2/": {
12+
"entry_point": "main.py"
13+
},
14+
"submissions/accepted/multifile-sh/": {
15+
"entry_point": "main.sh"
16+
}
17+
}

0 commit comments

Comments
 (0)