Skip to content

Commit

Permalink
babel 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
taeyeongKims committed Dec 31, 2023
1 parent 1b0b7fd commit 43d8b09
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 @@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon --exec babel-node index.js",
"start:dist": "webpack --mode production & node ./dist/main.js",
"start": "node main.js",
"start": "nodemon --exec babel-node main.js",
"build": "webpack --mode production"
},
"author": "",
Expand Down

0 comments on commit 43d8b09

Please sign in to comment.