8000
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 4cc6960 commit 7886006Copy full SHA for 7886006
cli/logger/index.ts
@@ -0,0 +1,5 @@
1
+export function log(...args: any[]) {
2
+ if (process.env.NODE_ENV === "development") {
3
+ console.log(...args);
4
+ }
5
+}
0 commit comments