mirror of
https://github.com/Snouzy/workout-cool.git
synced 2026-05-19 14:40:35 +00:00
b7b6004eac
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
13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../workout-cool-mobile"
|
|
}
|
|
],
|
|
"settings": {
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|
|
} |