Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
chore: add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jan 27, 2024
1 parent 59900b7 commit 7372025
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions ftl-examples.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"folders": [
{
"path": "frontend/mobile"
},
{
"path": "frontend/web"
},
{
"path": "backend/online-boutique/services/ad"
},
{
"path": "backend/online-boutique/services/cart"
},
{
"path": "backend/online-boutique/services/checkout"
},
{
"path": "backend/online-boutique/services/currency"
},
{
"path": "backend/online-boutique/services/payment"
},
{
"path": "backend/online-boutique/services/productcatalog"
},
{
"path": "backend/online-boutique/services/recommendation"
},
{
"path": "backend/online-boutique/services/shipping"
},
{
"path": "."
}
],
"settings": {}
}

0 comments on commit 7372025

Please sign in to comment.