Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Initial migration to NextJS #268

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

Closed
technoph1le wants to merge 8 commits into main from nextjs-migration
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Removed vite & recreated with nextjs
  • Loading branch information
technoph1le committed Mar 17, 2025
commit a60652cd032c0920b5a4e98d2d6c3e66af3478de
9 changes: 0 additions & 9 deletions .gitattributes
View file Open in desktop

This file was deleted.

31 changes: 0 additions & 31 deletions .github/CODEOWNERS
View file Open in desktop

This file was deleted.

15 changes: 0 additions & 15 deletions .github/FUNDING.yml
View file Open in desktop

This file was deleted.

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/bugs.yml
View file Open in desktop

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
View file Open in desktop

This file was deleted.

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/docs.yml
View file Open in desktop

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/features.yml
View file Open in desktop

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/general.yml
View file Open in desktop

This file was deleted.

46 changes: 0 additions & 46 deletions .github/pull_request_template.md
View file Open in desktop

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/check-snippets.yml
View file Open in desktop

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/pre-commit-checks.yml
View file Open in desktop

This file was deleted.

51 changes: 40 additions & 11 deletions .gitignore
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,18 +1,44 @@
# Logs
logs
*.log
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
coverage
*.local
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
.env*

# vercel
.vercel

# typescript
*.tsbuildinfo
<<<<<<< HEAD
.next
next-env.d.ts

Expand All @@ -30,3 +56,6 @@ next-env.d.ts
# Consolidated snippets
public/consolidated
public/icons
=======
next-env.d.ts
>>>>>>> 84f0698 (Removed vite & recreated with nextjs)
5 changes: 0 additions & 5 deletions .husky/pre-commit
View file Open in desktop

This file was deleted.

9 changes: 0 additions & 9 deletions .prettierignore
View file Open in desktop

This file was deleted.

12 changes: 0 additions & 12 deletions .prettierrc
View file Open in desktop

This file was deleted.

8 changes: 0 additions & 8 deletions cspell-dict.txt
View file Open in desktop

This file was deleted.

12 changes: 0 additions & 12 deletions cspell.json
View file Open in desktop

This file was deleted.

3 changes: 3 additions & 0 deletions dist/app-build-manifest.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pages": {}
}
17 changes: 17 additions & 0 deletions dist/build-manifest.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"rootMainFilesTree": {},
"pages": {
"/_app": []
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions dist/cache/.rscinfo
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"encryption.key":"99egON4gl4I8GAiD7IZ6Os8ZMdhXd9TQzjyzucs0LvY=","encryption.expire_at":1743414999301}
Binary file added dist/cache/webpack/client-development/0.pack.gz
View file Open in desktop
Binary file not shown.
View file Open in desktop
Binary file not shown.
1 change: 1 addition & 0 deletions dist/package.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
1 change: 1 addition & 0 deletions dist/react-loadable-manifest.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions dist/server/app-paths-manifest.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions dist/server/interception-route-rewrite-manifest.js
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]"
Loading

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /