altered my main: ... to have the proper name and directory.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
"name": "Idea_Tracker",
|
||||
"version": "1.0.0",
|
||||
"description": "This is a professional-grade Project Portfolio & Lifecycle API designed to manage the journey from initial inspiration to completed documentation. Built with a Node.js/Express backend and Prisma ORM, it provides a secure, layered environment for handling complex project data and binary assets.",
|
||||
"main": "index.js",
|
||||
"main": "src/server.js",
|
||||
"scripts": {
|
||||
"dev": "node --env-file=.env --watch src/server.js",
|
||||
"start": "node server.js",
|
||||
"start": "node src/server.js",
|
||||
"seed:dev": "node --env-file=.env prisma/seed.js",
|
||||
"seed:prod": "node prisma/seed.js",
|
||||
"migrate:dev": "npx prisma migrate dev",
|
||||
|
||||
Reference in New Issue
Block a user