Added start command.
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-03-07 13:14:20 +00:00
parent 5809b7ab23
commit 029141ff75

View File

@ -65,7 +65,8 @@
"dev:api": "nodemon --exec babel-node --experimental-specifier-resolution=node src/index.js",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"seed": "node src/mongo/seedData.js",
"clear": "node src/mongo/clearDbs.js"
"clear": "node src/mongo/clearDbs.js",
"start": "node src/index.js"
},
"author": "",
"license": "ISC"