1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-05-12 16:01:32 +00:00

moved index.js into backend (forgot this part)

This commit is contained in:
thomasrosen 2022-11-21 16:39:55 +01:00
parent 4e53eb7dbf
commit 633db5c470

View file

@ -8,6 +8,6 @@
"mongodb": "^4.9.1"
},
"scripts": {
"start": "node index.js"
"start": "node ./backend/index.js"
}
}