Skip to content

Commit

Permalink
Update git URLs in Starterfile.yaml
Browse files Browse the repository at this point in the history
Modified the repository URLs for postgresql, express, and react modules to remove "path." prefix for better clarity and accuracy. This ensures that the modules are fetched from the correct locations.
  • Loading branch information
trentonyo committed Aug 6, 2024
1 parent f150724 commit 182c50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Starterfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ modules:
postgresql:
dest: ${POSTGRES_DEST}
source:
git: [email protected]:Start-Out/path.module-postgresql.git
git: [email protected]:Start-Out/module-postgresql.git
scripts:
init: |
cd ./${POSTGRES_DEST}
Expand All @@ -59,7 +59,7 @@ modules:
- postgresql
dest: ${EXPRESS_DEST}
source:
git: [email protected]:Start-Out/path.module-express.git
git: [email protected]:Start-Out/module-express.git
scripts:
init: |
cd ./${EXPRESS_DEST}
Expand All @@ -77,7 +77,7 @@ modules:
default: startout-react-app
prompt: What should the React app to be called?
source:
git: [email protected]:Start-Out/path.module-react.git
git: [email protected]:Start-Out/module-react.git
scripts:
init: |
bash ./tmp/setup_react.sh
Expand Down

0 comments on commit 182c50c

Please sign in to comment.