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
+1 -1
View File
@@ -31,7 +31,7 @@ export default [
},
},
{
files: ['vite.config.js', 'server.cjs', 'webhook.cjs', 'backend/**/*.cjs'],
files: ['vite.config.js', 'server.cjs', 'webhook.cjs'],
languageOptions: {
globals: globals.node,
},