Skip to content

Commit

Permalink
🐛 Issue where it sees the GitPod files and won't install Redwood
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaywood committed Nov 1, 2023
1 parent ecc7268 commit 935dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
# Auto init a redwoodjs project for Gitpod if missing
if test ! -e redwood.toml; then {
# Create
yarn create redwood-app . --yes
yarn create redwood-app . --overwrite --yes
# Change the default `sqlite` datasource provider to `postgres`
sed -i 's|provider = "sqlite"|provider = "postgres"|' "api/db/schema.prisma"
Expand Down

0 comments on commit 935dacc

Please sign in to comment.