mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(api): remove unused endpoints (#50252)
Also adds "dev" as an alias because I keep trying to use it.
This commit is contained in:
committed by
GitHub
parent
25f7697382
commit
7572f99f74
@@ -53,6 +53,7 @@
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"clean": "rm -rf dist",
|
||||
"dev": "pnpm develop",
|
||||
"develop": "nodemon src/server.ts",
|
||||
"start": "FREECODECAMP_NODE_ENV=production node dist/server.js",
|
||||
"test": "jest --force-exit",
|
||||
|
||||
Reference in New Issue
Block a user