diff --git a/backend/src/main.mjs b/backend/main.mjs similarity index 100% rename from backend/src/main.mjs rename to backend/main.mjs diff --git a/backend/package.json b/backend/package.json index f04945a..740dcd8 100644 --- a/backend/package.json +++ b/backend/package.json @@ -2,7 +2,7 @@ "name": "ucs-backend", "version": "0.1.0", "description": "Backend for the Universal Comment System", - "main": "src/main.mjs", + "main": "main.mjs", "author": "alloca", "license": "MPL-2.0", "repository": { @@ -10,8 +10,8 @@ "url": "https://git.alloca.space/me/ucs.git" }, "scripts": { - "start": "nodemon src/main.mjs", - "prod": "NODE_ENV=production node src/main.mjs", + "start": "nodemon main.mjs", + "prod": "NODE_ENV=production node main.mjs", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": {