Skip to content
Merged
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion admin/nextjs/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Version
NEXT_PUBLIC_VERSION=v1.3.0
NEXT_PUBLIC_VERSION=v2.0.0

## Public URL
NEXT_PUBLIC_PATH=
Expand Down
1 change: 1 addition & 0 deletions admin/nextjs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.yarn

# local env files
#.env*.local
Expand Down
1 change: 1 addition & 0 deletions admin/nextjs/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion admin/nextjs/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{
Expand Down
Loading