update/package.json scripts

This commit is contained in:
SowinskiBraeden committed 2025-04-28 13:48:11 -07:00
1 parent efeae30d19
commit 45746aa922
1 file changed
+3 -3
+3 -3
View File
@@ -2,10 +2,10 @@
"name": "retirementcalculator", "name": "retirementcalculator",
"version": "0.1.0", "version": "0.1.0",
"description": "Retirement Calculator", "description": "Retirement Calculator",
"main": "index.js", "main": "./src/app.js",
"scripts": { "scripts": {
"start": "node /src/app.js", "start": "node ./src/app.js",
"dev": "nodemon /src/app.js" "dev": "nodemon ./src/app.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",