We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1707604 commit 5e07a1bCopy full SHA for 5e07a1b
index.js
@@ -58,6 +58,8 @@ try {
58
console.log(" cargo run");
59
} else if (execSync("Makefile")) {
60
console.log(" make run");
61
+ } else if (execSync("pyproject.toml")) {
62
+ console.log(" python -m package.main");
63
}
64
} catch (error) {
65
console.error(error);
0 commit comments