Skip to content

Commit 6cc11d6

Browse files
committed
Fix esbuild demo app issue
1 parent 0d46336 commit 6cc11d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo/vue-app-new/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"vite": "^6.0.11",
4343
"vue-tsc": "^2.2.0"
4444
},
45+
"optionalDependencies": {
46+
"@esbuild/linux-x64": "0.25.0"
47+
},
4548
"lint-staged": {
4649
"!(*d).{js,ts}": [
4750
"eslint --cache --fix",

0 commit comments

Comments
 (0)