Skip to content

Commit

Permalink
chore: nodemon,package.json세부 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
d0422 committed May 27, 2024
1 parent af2e3ac commit 2ba2f86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion apps/miniNext/nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"watch": ["src"],
"ext": "ts",
"ext": "ts,tsx",
"exec": "babel src --extensions .ts,.tsx --out-dir dist && rollup --config rollup.config.js && node dist/app.js"
}
3 changes: 0 additions & 3 deletions apps/miniNext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@
"rollup": "^4.18.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"exports": {
"core/jsx-runtime": "./dist/core/jsx-runtime.js"
}
}

0 comments on commit 2ba2f86

Please sign in to comment.