feat: Implement NUT client library and initial project scaffolding for UPS communication.
This commit is contained in:
10
run_server.sh
Executable file
10
run_server.sh
Executable 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
|
||||
Reference in New Issue
Block a user