Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Dec 1, 2024
1 parent 330e51b commit 55f7a01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"test": "vitest run",
"lint": "eslint . --cache --max-warnings=0"
"lint": "eslint ./src --cache --max-warnings=0"
},
"peerDependencies": {
"@tanstack/query-core": "5.54.1",
Expand Down
2 changes: 1 addition & 1 deletion app/gui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default defineConfig({
include: fileURLToPath(new URL('./src/dashboard/**/*.tsx', import.meta.url)),
babel: {
plugins: [
[syntaxImportAttributes],
syntaxImportAttributes,
[reactCompiler, { target: '18', enablePreserveExistingMemoizationGuarantees: true }],
],
},
Expand Down
1 change: 1 addition & 0 deletions app/ide-desktop/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
},
"//": [
"vite is required for the watch script",
"@babel/plugin-syntax-import-attributes is a dependency of the dashboard",
"babel-plugin-react-compiler is a dependency of the dashboard"
],
"scripts": {
Expand Down

0 comments on commit 55f7a01

Please sign in to comment.