Skip to content

Commit

Permalink
chore: demo support node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector committed Jul 24, 2024
1 parent 72c95c9 commit 99a2038
Show file tree
Hide file tree
Showing 2 changed files with 32,827 additions and 29,385 deletions.
2 changes: 1 addition & 1 deletion examples/x6-example-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@antv/x6-example-features",
"version": "2.1.1",
"scripts": {
"start": "umi dev",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && umi dev",
"build": "umi build",
"lint": "eslint 'src/**/*.{js,ts}?(x)' --fix"
},
Expand Down
Loading

0 comments on commit 99a2038

Please sign in to comment.