Skip to content

Commit d7577c4

Browse files
committed
remove organization step
1 parent 9715a68 commit d7577c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+14
-1454
lines changed

exercises/03.advanced-tools/01.solution.db/README.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@ Key takeaways:
1515
The specifics of what happens in your callbacks is up to you!
1616
</callout-success>
1717

18+
🧝‍♂️ I'm going to move things around a little bit for the next step. We'll put the
19+
tool definitions into a dedicated module, and then export a function to
20+
initialize all tools for the server. This will make it easier to add new tools
21+
in the future. Feel free to <NextDiffLink>check out my work</NextDiffLink> if
22+
you're curious.
23+
1824
Onward to building and exposing real journaling tools!
File renamed without changes.

exercises/03.advanced-tools/03.problem.class/package.json renamed to exercises/03.advanced-tools/02.problem.class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_03.advanced-tools_03.problem.class",
2+
"name": "exercises_03.advanced-tools_02.problem.class",
33
"private": true,
44
"type": "module",
55
"scripts": {

0 commit comments

Comments
 (0)