Remove backend dependencies for standalone repo: drop cargo build from webhook, remove backend systemd unit, clean eslint config

This commit is contained in:
clxud
2026-07-02 02:22:43 +00:00
parent 36092f0269
commit 1e082f63d1
4 changed files with 5 additions and 25 deletions
-19
View File
@@ -1,19 +0,0 @@
[Unit]
Description=tssbot backend API service
After=network-online.target
Wants=network-online.target
StartLimitIntervalSec=100
StartLimitBurst=10
[Service]
Type=simple
WorkingDirectory=%h/tssbot.web
ExecStart=%h/tssbot.web/backend/target/release/tssbot-backend
Restart=on-failure
RestartSec=200ms
RestartSteps=10
RestartMaxDelaySec=10s
TimeoutStopSec=10
[Install]
WantedBy=default.target