feat: Implement NUT client library and initial project scaffolding for UPS communication.

This commit is contained in:
2026-02-08 00:27:34 +08:00
commit 20f15ac025
11 changed files with 2179 additions and 0 deletions

10
run_server.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
# Load environment variables
if [ -f .env ]; then
export $(cat .env | grep -v '^#' | xargs)
fi
# Run the server
node dist/index.js