move to src

This commit is contained in:
Alex Holliday
2025-07-25 15:33:48 -07:00
parent acc910cbc0
commit 1c47c8ce2c
127 changed files with 71 additions and 19 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"test": "c8 mocha",
"dev": "nodemon index.js",
"dev": "nodemon src/index.js",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"format": "prettier --write .",