fix frontend delivery

This commit is contained in:
me 2025-03-14 10:40:51 +02:00
parent d2317b811e
commit a5862df7f1
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "ucs-backend", "name": "ucs-backend",
"version": "0.1.0", "version": "0.1.0",
"description": "Backend for the Universal Comment System", "description": "Backend for the Universal Comment System",
"main": "src/main.mjs", "main": "main.mjs",
"author": "alloca", "author": "alloca",
"license": "MPL-2.0", "license": "MPL-2.0",
"repository": { "repository": {
@ -10,8 +10,8 @@
"url": "https://git.alloca.space/me/ucs.git" "url": "https://git.alloca.space/me/ucs.git"
}, },
"scripts": { "scripts": {
"start": "nodemon src/main.mjs", "start": "nodemon main.mjs",
"prod": "NODE_ENV=production node src/main.mjs", "prod": "NODE_ENV=production node main.mjs",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies": { "dependencies": {