Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
toohard2explain committed Mar 5, 2024
1 parent 66c4bbe commit 57b973f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "api.envsha.re",
"name": "nextjs-template-lint",
"author": "Levi Hessmann Einzelunternehmen",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
7 changes: 0 additions & 7 deletions src/app/(v1)/route.ts

This file was deleted.

3 changes: 3 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function Page() {
return <p>Hello World!</p>;
}
8 changes: 0 additions & 8 deletions src/lib/response.ts

This file was deleted.

5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3054,3 +3054,8 @@ yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zod@^3.22.4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

0 comments on commit 57b973f

Please sign in to comment.