Skip to content

Commit

Permalink
Make the default seed packet have an example remote packet.
Browse files Browse the repository at this point in the history
Part of #3.
  • Loading branch information
jkomoros committed Jun 24, 2023
1 parent dd80bf9 commit b4fbb2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions seeds/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
"prompt": {
"id": "hello-world"
}
},
"remote-example": {
"type": "log",
"value": {
"location": "https://raw.githubusercontent.com/jkomoros/prompt-garden/main/seeds/default.json",
"id": "hello-world"
}
}
}
}

0 comments on commit b4fbb2c

Please sign in to comment.