@highflame/overwatch-v2 2.0.0-internal.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Guardian Daemon - Standalone entry point
3
+ *
4
+ * Starts Guardian as a background daemon that serves all IDEs.
5
+ * Tries fixed ports in order to avoid port file discovery complexity.
6
+ *
7
+ * Usage:
8
+ * node daemon.js [--debug]
9
+ */
10
+ export {};