feat: add notifications system with alert engine, email, scheduler, and traffic services
This commit is contained in:
@@ -3,17 +3,15 @@
|
||||
"configurations": [
|
||||
{
|
||||
"name": "backend",
|
||||
"runtimeExecutable": "npx",
|
||||
"runtimeArgs": ["tsx", "src/index.ts"],
|
||||
"port": 3001,
|
||||
"cwd": "server"
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "--workspace=server", "dev"],
|
||||
"port": 3002
|
||||
},
|
||||
{
|
||||
"name": "frontend",
|
||||
"runtimeExecutable": "npx",
|
||||
"runtimeArgs": ["vite", "--port", "5173"],
|
||||
"port": 5173,
|
||||
"cwd": "client"
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "--workspace=client", "dev"],
|
||||
"port": 5173
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user