Skip to content

Commit

Permalink
fix: nextjs not working on ts5
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed May 31, 2024
1 parent 7bc8d83 commit 929df5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refine-nextjs/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev",
"build": "refine build",
"start": "refine start",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"lint": "next lint",
"refine": "refine"
},
"dependencies": {
Expand All @@ -30,7 +30,7 @@
"typescript": "^5.4.2",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.1.0"
"eslint-config-next": "^14.1.0"
<%_ if (typeof projectId !== 'undefined' && projectId !== '') { _%>
},
"refine": {
Expand Down

0 comments on commit 929df5e

Please sign in to comment.