remove nexe

This commit is contained in:
einhornimmond 2025-01-21 13:13:45 +01:00
parent f37c54f7ac
commit 8579ce0839
2 changed files with 17 additions and 1174 deletions

View File

@ -11,7 +11,6 @@
"build": "tsc --build && mkdirp build/src/emails/templates/ && ncp src/emails/templates build/src/emails/templates && mkdirp build/src/locales/ && ncp src/locales build/src/locales",
"clean": "tsc --build --clean",
"start": "cross-env TZ=UTC TS_NODE_BASEURL=./build node -r tsconfig-paths/register build/src/index.js",
"nexe": "nexe --build build/src/index.js",
"dev": "cross-env TZ=UTC nodemon -w src --ext ts,pug,json,css --exec ts-node -r tsconfig-paths/register src/index.ts",
"lint": "eslint --max-warnings=0 .",
"test": "cross-env TZ=UTC NODE_ENV=development jest --runInBand --forceExit --detectOpenHandles",
@ -90,7 +89,6 @@
"klicktipp-api": "^1.0.2",
"mkdirp": "^3.0.1",
"ncp": "^2.0.0",
"nexe": "^4.0.0-rc.6",
"nodemon": "^2.0.7",
"prettier": "^2.8.7",
"ts-jest": "^27.0.5",

File diff suppressed because it is too large Load Diff