Skip to content

Commit

Permalink
Merge pull request #30 from tminaorg/revert-to-node
Browse files Browse the repository at this point in the history
fix: node run -> node
  • Loading branch information
aleksasiriski authored Nov 9, 2023
2 parents 05d8661 + 69d5e2f commit f5a38e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.3.0",
"private": true,
"scripts": {
"start": "node run index.js",
"start": "node ./index.js",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
Expand Down

0 comments on commit f5a38e6

Please sign in to comment.