Skip to content

Commit 610ce24

Browse files
committed
fix: update nitro version and add lint script in package.json
1 parent 8aef261 commit 610ce24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/react/start-i18n-intlayer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"start": "node .output/server/index.mjs",
88
"build": "vite build",
99
"serve": "vite preview",
10+
"lint": "eslint .",
1011
"test": "vitest run",
1112
"start:editor": "npx intlayer-editor start --with 'vite dev --port 3000'",
1213
"intlayer:build": "intlayer build"
@@ -17,7 +18,7 @@
1718
"@tanstack/react-start": "workspace:*",
1819
"@tanstack/router-plugin": "workspace:*",
1920
"intlayer": "7.4.0",
20-
"nitro": "latest",
21+
"nitro": "^2.9.6",
2122
"react": "^19.2.0",
2223
"react-dom": "^19.2.0",
2324
"react-intlayer": "7.4.0",

0 commit comments

Comments
 (0)