fix frontend delivery
This commit is contained in:
parent
d2317b811e
commit
a5862df7f1
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user