diff --git a/package.json b/package.json index 9d3d0a8..56e4639 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/index.js b/src/index.js similarity index 100% rename from index.js rename to src/index.js