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", "description": "TODO: Readme",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "nodemon ./api/index.js", "dev": "nodemon ./scripts/server.js",
"start": "node ./api/index.js" "start": "node ./scripts/server.js"
}, },
"author": "MeowcaTheoRange", "author": "MeowcaTheoRange",
"type": "module", "type": "module",