0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-06 14:52:41 +01:00

Reorganize workspaces

This commit is contained in:
Delta1925 2023-04-16 20:03:10 +02:00
parent f457350746
commit da472a23ff
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
9 changed files with 140 additions and 24 deletions

13
simple-wkd.code-workspace Normal file
View file

@ -0,0 +1,13 @@
{
"folders": [
{
"path": "website"
},
{
"path": "backend"
},
{
"path": "."
}
]
}