We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea7368 commit 21dfca8Copy full SHA for 21dfca8
src/main.ts
@@ -1,5 +1,7 @@
1
#!/usr/bin/env node
2
3
+// this is a test
4
+
5
const isServer = process.argv.length > 2 && process.argv[2] === "server";
6
7
if (isServer) {
0 commit comments