-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Hi, I couldn't find any option for transpilers, I need to run rawkit along with babel-node and although nodemon. So this is my script I run in my project, i appreciated if you can help me for running rawkit in my project.
"scripts": {
"develop": "NODE_ENV=development nodemon ./bin/server --ignore ./app --exec babel-node",
}capaj