Files
workout-cool/workout-cool.code-workspace
Mathias b7b6004eac feat(shuffle): add shuffle exercise route with input validation and error handling
chore(delete-program-button): simplify button formatting and update confirmation message for clarity
chore(workspace): create workspace configuration for easier project management across frontend and mobile directories
2025-07-07 03:12:53 +02:00

13 lines
158 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../workout-cool-mobile"
}
],
"settings": {
"typescript.tsdk": "node_modules/typescript/lib"
}
}