@qiaolei81/copilot-session-viewer 0.3.2 → 0.3.3

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.
package/.env.example DELETED
@@ -1,14 +0,0 @@
1
- # Copilot Session Viewer - Environment Configuration
2
-
3
- # Server port
4
- PORT=3838
5
-
6
- # Node environment (development | production)
7
- NODE_ENV=development
8
-
9
- # Session state directory path
10
- # Default: ~/.copilot/session-state
11
- SESSION_DIR=/Users/yourusername/.copilot/session-state
12
-
13
- # Optional: Enable debug logging
14
- # DEBUG=copilot-session-viewer:*