Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monleru #4

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"@eslint-kit/patch",
"@eslint-kit/base",
"@eslint-kit/typescript",
"@eslint-kit/node",
"@eslint-kit/react",
"@eslint-kit/prettier"
],
"parser": "@typescript-eslint/parser"
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
node_modules

.next/

.next
32 changes: 0 additions & 32 deletions .next/build-manifest.json

This file was deleted.

Binary file removed .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/10.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/11.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/12.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/5.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/6.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/7.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/8.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/9.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/10.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/11.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/12.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/13.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/5.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/6.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/7.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/8.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/9.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion .next/package.json

This file was deleted.

250 changes: 0 additions & 250 deletions .next/react-loadable-manifest.json

This file was deleted.

397 changes: 0 additions & 397 deletions .next/server/_error.js

This file was deleted.

1 change: 0 additions & 1 deletion .next/server/middleware-build-manifest.js

This file was deleted.

6 changes: 0 additions & 6 deletions .next/server/middleware-manifest.json

This file was deleted.

Loading