feat: add alert management functionality in NotificationSettingsModal and implement stacks API endpoint

This commit is contained in:
SaelixCode
2026-02-27 09:52:54 -05:00
parent 0899fc0d64
commit 9cdf273b8c
4 changed files with 255 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "nodemon --exec ts-node src/index.ts",
"dev": "nodemon --watch src --ext ts,json --exec ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@@ -42,4 +42,4 @@
"ws": "^8.19.0",
"yaml": "^2.8.2"
}
}
}