move index.js to src/
This commit is contained in:
parent
b7dd9e8791
commit
20e2bb9b9c
|
@ -2,7 +2,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"r": "node ./index.js",
|
||||
"watch": "nodemon --watch template --ext js,css,njk ./index.js --serve"
|
||||
"watch": "nodemon --watch template --ext js,css,njk ./src/index.js --serve"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^11.0.0",
|
||||
|
|
Loading…
Reference in a new issue