Skip to content

Commit

Permalink
chore: πŸ€– updating packages (#121)
Browse files Browse the repository at this point in the history
* chore: πŸ€– updating packages

fix: πŸ› addressing config updates

feat: 🎸 adding localblog

chore: πŸ€– adding more tests

chore: πŸ€– updated configs for nonprod

feat: 🎸 adding more tests

* chore: πŸ€– add more tests

* fix: πŸ› addressing configs

* fix: πŸ› addressing localdev
  • Loading branch information
Loonz806 authored Jan 9, 2024
1 parent 7dfdd15 commit 5d58d1b
Show file tree
Hide file tree
Showing 33 changed files with 1,178 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
18.17.0
Binary file not shown.
56 changes: 28 additions & 28 deletions db.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"posts": [
{
"id": 1,
"title": "My first blog post",
"author": "Lenny Peters",
"date": "2022-01-05",
"content": "banana's are the best"
"title": "Biking",
"author": "Lenny",
"content": "Biking is fun",
"date": "2023-12-05",
"id": 1
},
{
"id": 2,
"title": "Today was a strange day",
"author": "Lenny Peters",
"date": "2022-01-06",
"content": "It started raining for no reason."
"title": "skateboarding",
"author": "Kat",
"content": "Running is fun",
"date": "2023-12-06",
"id": 2
},
{
"id": 3,
"title": "Why don't they make bacon?",
"author": "Lenny Peters",
"date": "2022-01-06",
"content": "Shocked how many times I don't see omelette's with bacon on the menu."
"title": "This is a new title",
"author": "lenny",
"content": "Lets see this new edit page",
"date": "",
"id": 3
},
{
"id": 4,
"title": "Traffic ticket",
"author": "Lenny Peters",
"date": "2022-01-07",
"content": "I guess I shouldn't speed"
}
],
"comments": [
"title": "Hello its me",
"author": "Amber",
"content": "Eating chocolate is wonderful",
"date": "",
"id": 4
},
{
"id": 1,
"postId": 1,
"author": "Lenny Peters",
"content": "This is the best blog post ever!"
"title": "Chicken Is Delicious ",
"author": "Lenny",
"content": "Its a wonderful protein",
"date": "Sat Dec 09 2023",
"id": 5
}
]
],
"comments": []
}
Loading

1 comment on commit 5d58d1b

@vercel
Copy link

@vercel vercel bot commented on 5d58d1b Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

setup-example-next – ./

setup-example-next.vercel.app
setup-example-next-loonz806.vercel.app
setup-example-next-git-main-loonz806.vercel.app

Please sign in to comment.