- Created package.json for managing workspaces (frontend and backend) - Added scripts for development, build, testing, and Docker operations - Implemented kill-dev-processes.sh script to terminate development processes gracefully
8 lines
137 B
JSON
8 lines
137 B
JSON
[
|
|
{
|
|
"key": "ctrl+shift+q",
|
|
"command": "workbench.action.tasks.runTask",
|
|
"args": "🛑 Cleanup Development Processes"
|
|
}
|
|
]
|