Skip to content

Commit 84f0698

Browse files
committed
Removed vite & recreated with nextjs
1 parent 2b10de9 commit 84f0698

File tree

458 files changed

+3516
-17122
lines changed

Some content is hidden

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

458 files changed

+3516
-17122
lines changed

.gitattributes

-9
This file was deleted.

.github/CODEOWNERS

-31
This file was deleted.

.github/FUNDING.yml

-15
This file was deleted.

.github/ISSUE_TEMPLATE/bugs.yml

-15
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

-1
This file was deleted.

.github/ISSUE_TEMPLATE/docs.yml

-15
This file was deleted.

.github/ISSUE_TEMPLATE/features.yml

-13
This file was deleted.

.github/ISSUE_TEMPLATE/general.yml

-12
This file was deleted.

.github/pull_request_template.md

-46
This file was deleted.

.github/workflows/check-snippets.yml

-34
This file was deleted.

.github/workflows/pre-commit-checks.yml

-34
This file was deleted.

.gitignore

+37-26
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,41 @@
1-
# Logs
2-
logs
3-
*.log
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.*
7+
.yarn/*
8+
!.yarn/patches
9+
!.yarn/plugins
10+
!.yarn/releases
11+
!.yarn/versions
12+
13+
# testing
14+
/coverage
15+
16+
# next.js
17+
/.next/
18+
/out/
19+
20+
# production
21+
/build
22+
23+
# misc
24+
.DS_Store
25+
*.pem
26+
27+
# debug
428
npm-debug.log*
529
yarn-debug.log*
630
yarn-error.log*
7-
pnpm-debug.log*
8-
lerna-debug.log*
9-
10-
node_modules
11-
dist
12-
dist-ssr
13-
coverage
14-
*.local
15-
*.tsbuildinfo
31+
.pnpm-debug.log*
1632

17-
# Editor directories and files
18-
.vscode/*
19-
!.vscode/extensions.json
20-
.idea
21-
.DS_Store
22-
*.suo
23-
*.ntvs*
24-
*.njsproj
25-
*.sln
26-
*.sw?
27-
28-
# Consolidated snippets
29-
public/consolidated
30-
public/icons
33+
# env files (can opt-in for committing if needed)
34+
.env*
35+
36+
# vercel
37+
.vercel
38+
39+
# typescript
40+
*.tsbuildinfo
41+
next-env.d.ts

.husky/pre-commit

-5
This file was deleted.

.prettierignore

-9
This file was deleted.

.prettierrc

-12
This file was deleted.

cspell-dict.txt

-8
This file was deleted.

cspell.json

-12
This file was deleted.

0 commit comments

Comments
 (0)