Skip to content

Commit

Permalink
cleanup(demo): remove useless node options
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 9, 2024
1 parent 9d8b6e4 commit 4e8f401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"clean": "tsc -b -c",
"start": "NODE_OPTIONS=--experimental-import-meta-resolve vite --config vite.config.ts",
"start": "vite --config vite.config.ts",
"start:debug": "vite --config vite.config.ts --debug --force",
"lint": "eslint '{src/**/*.ts,rollup/*.ts,*.ts}'",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit 4e8f401

Please sign in to comment.