refactor app, move to src folder and separate api folder

This commit is contained in:
2025-07-10 12:18:43 +02:00
parent 74cb55a7d5
commit de8d6bfe1c
5 changed files with 36 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "BadgeDex. Create awesome badges for Github profile",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {