1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-01-25 14:37:29 +00:00

remove web app class and fixes

This commit is contained in:
Yusuf Yilmaz
2022-06-02 10:45:20 +02:00
parent 82fd0654e2
commit fa9d3f98e9
5 changed files with 160 additions and 184 deletions

View File

@@ -74,7 +74,8 @@
"copy:files": "copyFiles -u 1 static/**/* dist/static",
"clean:files": "rimraf dist",
"test": "jest --config config/jest.config.js",
"build": "yarn clean:files && tsc --project ./",
"build:nostatic": "yarn clean:files && tsc --project ./",
"build": "yarn clean:files && yarn copy:files && tsc --project ./",
"dev": "nodemon src/server.ts",
"start": "node dist/src/server.js",
"lint": "eslint src --fix",