This commit is contained in:
MeowcaTheoRange 2024-06-11 00:11:35 -05:00
parent 6a92604fdf
commit c98063dbd4

View file

@ -4,8 +4,8 @@
"description": "TODO: Readme",
"main": "index.js",
"scripts": {
"dev": "nodemon ./api/index.js",
"start": "node ./api/index.js"
"dev": "nodemon ./scripts/server.js",
"start": "node ./scripts/server.js"
},
"author": "MeowcaTheoRange",
"type": "module",