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

Commit

Permalink
chore: colocate online boutique files (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Feb 13, 2024
1 parent 1852180 commit 5938709
Show file tree
Hide file tree
Showing 181 changed files with 23 additions and 21 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
with:
cache: true
- name: Get dependencies
working-directory: ./frontend/mobile
working-directory: ./online-boutique/mobile
run: flutter pub get
- name: Analyze
working-directory: ./frontend/mobile
working-directory: ./online-boutique/mobile
run: flutter analyze
- name: Test
working-directory: ./frontend/mobile
working-directory: ./online-boutique/mobile
run: flutter test
web:
name: Test Web
Expand All @@ -38,12 +38,14 @@ jobs:
uses: actions/checkout@v3
- name: Init Hermit
uses: cashapp/activate-hermit@v1
with:
cache: true
- name: Get dependencies
working-directory: ./frontend/web
working-directory: ./online-boutique/web
run: npm install
- name: Type check
working-directory: ./frontend/web
working-directory: ./online-boutique/web
run: tsc
- name: Test
working-directory: ./frontend/web
working-directory: ./online-boutique/web
run: npm run test
4 changes: 0 additions & 4 deletions Procfile.dev

This file was deleted.

22 changes: 11 additions & 11 deletions ftl-examples.code-workspace
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"folders": [
{
"path": "frontend/mobile"
"path": "online-boutique/mobile"
},
{
"path": "frontend/web"
"path": "online-boutique/web"
},
{
"path": "backend/online-boutique/services/ad"
"path": "online-boutique/backend/services/ad"
},
{
"path": "backend/online-boutique/services/cart"
"path": "online-boutique/backend/services/cart"
},
{
"path": "backend/online-boutique/services/checkout"
"path": "online-boutique/backend/services/checkout"
},
{
"path": "backend/online-boutique/services/currency"
"path": "online-boutique/backend/services/currency"
},
{
"path": "backend/online-boutique/services/payment"
"path": "online-boutique/backend/services/payment"
},
{
"path": "backend/online-boutique/services/productcatalog"
"path": "online-boutique/backend/services/productcatalog"
},
{
"path": "backend/online-boutique/services/recommendation"
"path": "online-boutique/backend/services/recommendation"
},
{
"path": "backend/online-boutique/services/shipping"
"path": "online-boutique/backend/services/shipping"
},
{
"path": "."
}
],
"settings": {}
}
}
File renamed without changes.
4 changes: 4 additions & 0 deletions online-boutique/Procfile.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ftl: ftl serve --recreate --allow-origins '*'
backend: ftl dev backend/services
mobile_code_gen: ftl schema generate mobile/templates/ mobile/lib/api --watch=5s
web_code_gen: ftl schema generate web/templates/ web/src/api --watch=5s
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5938709

Please sign in to comment.