mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(api): dev login (#49880)
Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev>
This commit is contained in:
committed by
GitHub
parent
93192539e5
commit
06d4076a45
+2
-2
@@ -38,7 +38,7 @@
|
||||
"name": "@freecodecamp/api",
|
||||
"nodemonConfig": {
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
"FREECODECAMP_NODE_ENV": "development"
|
||||
},
|
||||
"ignore": [
|
||||
"**/*.js"
|
||||
@@ -53,7 +53,7 @@
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"clean": "rm -rf dist",
|
||||
"develop": "nodemon src/server.ts",
|
||||
"start": "NODE_ENV=production node dist/server.js",
|
||||
"start": "FREECODECAMP_NODE_ENV=production node dist/server.js",
|
||||
"test": "jest --force-exit",
|
||||
"prisma": "MONGOHQ_URL=mongodb://localhost:27017/freecodecamp?directConnection=true prisma",
|
||||
"postinstall": "prisma generate"
|
||||
|
||||
Reference in New Issue
Block a user