Skip to content

Commit ca66952

Browse files
committed
Fix jiti error
1 parent 74f0180 commit ca66952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build:sitemap": "node scripts/generateSitemap.js",
1414
"start": "vinxi start",
1515
"e2e": "npx playwright test",
16-
"check:lint": "eslint .",
16+
"check:lint": "eslint --flag unstable_native_nodejs_ts_config .",
1717
"check:types": "tsc --noEmit"
1818
},
1919
"dependencies": {
@@ -59,7 +59,7 @@
5959
"vite": "^6.3.5"
6060
},
6161
"engines": {
62-
"node": ">=18",
62+
"node": ">=24",
6363
"pnpm": ">=9"
6464
}
6565
}

0 commit comments

Comments
 (0)